Skip to content
Snippets Groups Projects
Commit 56fa5724 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[REF]: IMprove link to MDN for anchor download

parent d05f6e90
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ const FileCardDemoPage = (props) => {
same-origin URLs
</AnchorToTab>{" "}
since it uses the{" "}
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a">
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attributes">
anchor
</AnchorToTab>{" "}
tag under the hood.
......@@ -292,7 +292,7 @@ const FileCardDemoPage = (props) => {
You can check an example here:
<ul>
<li>
<AnchorToTab href="/utilities-methods/file-downloader">
<AnchorToTab href="/file-download">
{"Download a File"}
</AnchorToTab>
</li>
......
......@@ -291,7 +291,7 @@ const FileMosaicDemoPage = (props) => {
same-origin URLs
</AnchorToTab>{" "}
since it uses the{" "}
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a">
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attributes">
anchor
</AnchorToTab>{" "}
tag under the hood.
......@@ -306,7 +306,7 @@ const FileMosaicDemoPage = (props) => {
You can check an example here:
<ul>
<li>
<AnchorToTab href="/utilities-methods/file-downloader">
<AnchorToTab href="/file-download">
{"Download a File"}
</AnchorToTab>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment