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) => { ...@@ -277,7 +277,7 @@ const FileCardDemoPage = (props) => {
same-origin URLs same-origin URLs
</AnchorToTab>{" "} </AnchorToTab>{" "}
since it uses the{" "} 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 anchor
</AnchorToTab>{" "} </AnchorToTab>{" "}
tag under the hood. tag under the hood.
...@@ -292,7 +292,7 @@ const FileCardDemoPage = (props) => { ...@@ -292,7 +292,7 @@ const FileCardDemoPage = (props) => {
You can check an example here: You can check an example here:
<ul> <ul>
<li> <li>
<AnchorToTab href="/utilities-methods/file-downloader"> <AnchorToTab href="/file-download">
{"Download a File"} {"Download a File"}
</AnchorToTab> </AnchorToTab>
</li> </li>
......
...@@ -291,7 +291,7 @@ const FileMosaicDemoPage = (props) => { ...@@ -291,7 +291,7 @@ const FileMosaicDemoPage = (props) => {
same-origin URLs same-origin URLs
</AnchorToTab>{" "} </AnchorToTab>{" "}
since it uses the{" "} 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 anchor
</AnchorToTab>{" "} </AnchorToTab>{" "}
tag under the hood. tag under the hood.
...@@ -306,7 +306,7 @@ const FileMosaicDemoPage = (props) => { ...@@ -306,7 +306,7 @@ const FileMosaicDemoPage = (props) => {
You can check an example here: You can check an example here:
<ul> <ul>
<li> <li>
<AnchorToTab href="/utilities-methods/file-downloader"> <AnchorToTab href="/file-download">
{"Download a File"} {"Download a File"}
</AnchorToTab> </AnchorToTab>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment