diff --git a/src/pages/demo/FileCardDemoPage.jsx b/src/pages/demo/FileCardDemoPage.jsx
index 719e540a6b13114cc8ef79e966111facd2c86658..c19ee9dda053552cb2f6b072f26b07cdc2bbf169 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 023da6cef5ed23e2a083b27e078d8e7ce41e08aa..9ee43d9fdda93304c1229f5e4245358ee58c4329 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>