Skip to content

Commit 56fa572

Browse files
committed
[REF]: IMprove link to MDN for anchor download
1 parent d05f6e9 commit 56fa572

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/demo/FileCardDemoPage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ const FileCardDemoPage = (props) => {
277277
same-origin URLs
278278
</AnchorToTab>{" "}
279279
since it uses the{" "}
280-
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a">
280+
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attributes">
281281
anchor
282282
</AnchorToTab>{" "}
283283
tag under the hood.
@@ -292,7 +292,7 @@ const FileCardDemoPage = (props) => {
292292
You can check an example here:
293293
<ul>
294294
<li>
295-
<AnchorToTab href="/utilities-methods/file-downloader">
295+
<AnchorToTab href="/file-download">
296296
{"Download a File"}
297297
</AnchorToTab>
298298
</li>

src/pages/demo/FileMosaicDemoPage.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ const FileMosaicDemoPage = (props) => {
291291
same-origin URLs
292292
</AnchorToTab>{" "}
293293
since it uses the{" "}
294-
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a">
294+
<AnchorToTab href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attributes">
295295
anchor
296296
</AnchorToTab>{" "}
297297
tag under the hood.
@@ -306,7 +306,7 @@ const FileMosaicDemoPage = (props) => {
306306
You can check an example here:
307307
<ul>
308308
<li>
309-
<AnchorToTab href="/utilities-methods/file-downloader">
309+
<AnchorToTab href="/file-download">
310310
{"Download a File"}
311311
</AnchorToTab>
312312
</li>

0 commit comments

Comments
 (0)