Browse Source

Fix broken doc links (#1525)

pull/1527/head
trapexit 2 weeks ago
committed by GitHub
parent
commit
b3656a0243
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      mkdocs/docs/config/rename_and_link.md
  2. 2
      mkdocs/docs/faq/why_isnt_it_working.md

4
mkdocs/docs/config/rename_and_link.md

@ -55,6 +55,6 @@ returned but it will still be possible.
## Additional Reading
* [Do hardlinks work?](../faq/technical_behavior_and_limitations.md#do-hardlinks-work)
* [Do hardlinks work?](../faq/technical_behavior_and_limitations.md#do-hard-links-work)
* [How does mergerfs handle moving and copying of files?](../faq/technical_behavior_and_limitations.md#how-does-mergerfs-handle-moving-and-copying-of-files)
* [Why are file moves and renames failing?](../faq/why_isnt_it_working.md#why-are-file-moves-renames-linkshardlinks-failing)
* [Why are file moves and renames failing?](../faq/why_isnt_it_working.md#why-are-file-moves-renames-linkshard-links-failing)

2
mkdocs/docs/faq/why_isnt_it_working.md

@ -225,7 +225,7 @@ the software's author and request proper handling of `EXDEV` errors.
### Additional Reading
* [rename and link](../config/rename_and_link.md)
* [Do hardlinks work?](technical_behavior_and_limitations.md#do-hardlinks-work)
* [Do hard links work?](technical_behavior_and_limitations.md#do-hard-links-work)
* [How does mergerfs handle moving and copying of files?](technical_behavior_and_limitations.md#how-does-mergerfs-handle-moving-and-copying-of-files)
* [Moving files and directories fails with Samba](../known_issues_bugs.md#moving-files-and-directories-fails-with-samba)

Loading…
Cancel
Save