From 56fa57245c1c2f693474c5d91c265bbb1f15de9f Mon Sep 17 00:00:00 2001 From: Jose Manuel Serrano Amaut <a20122128@pucp.pe> Date: Tue, 21 Mar 2023 09:59:49 -0500 Subject: [PATCH] [REF]: IMprove link to MDN for anchor download --- src/pages/demo/FileCardDemoPage.jsx | 4 ++-- src/pages/demo/FileMosaicDemoPage.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/demo/FileCardDemoPage.jsx b/src/pages/demo/FileCardDemoPage.jsx index 719e540..c19ee9d 100644 --- a/src/pages/demo/FileCardDemoPage.jsx +++ b/src/pages/demo/FileCardDemoPage.jsx @@ -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> diff --git a/src/pages/demo/FileMosaicDemoPage.jsx b/src/pages/demo/FileMosaicDemoPage.jsx index 023da6c..9ee43d9 100644 --- a/src/pages/demo/FileMosaicDemoPage.jsx +++ b/src/pages/demo/FileMosaicDemoPage.jsx @@ -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> -- GitLab