Skip to content

Commit 5cba7f9

Browse files
authored
Merge pull request #119 from oregonpillow/main
2 parents 7b46ec9 + 06c4cc2 commit 5cba7f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/02-tech-stack/mergerfs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In the following diagram there are five separate disks. Each disk is a different
3737

3838
![mergerfs-blue](../images/tech-stack/mergerfs-blue.png)
3939

40-
Configuration is performed via a single line of configuration in `/etc/fstab`[^1]. mergerfs has a lot knobs and dials to turn should you wish, they are all detailed in the [README](https://github.com/trapexit/mergerfs/blob/master/README.md) on the projects GitHub page.
40+
Configuration is performed via a single line of configuration in `/etc/fstab`[^1]. mergerfs has a lot knobs and dials to turn should you wish, they are all detailed in the [mergerfs-docs](trapexit.github.io/mergerfs).
4141

4242
!!! example "An example `/etc/fstab` entry for mergerfs"
4343
```
@@ -53,7 +53,7 @@ It's possible to string multiple drives together manually as well. The syntax fo
5353

5454
## Create policies
5555

56-
A fundamentally important part of having a successful experience with mergerfs is setting the correct [policies](https://github.com/trapexit/mergerfs#functions--policies--categories) for your use case.
56+
A fundamentally important part of having a successful experience with mergerfs is setting the correct [policies](https://trapexit.github.io/mergerfs/latest/config/functions_categories_policies/) for your use case.
5757

5858
!!! info
5959
For most people, most of the time, the default behaviours will be just fine[^3].
@@ -115,4 +115,4 @@ As discussed in [create policies](#create-policies), use of the correct create p
115115

116116
[^1]: More information about `/etc/fstab` is detailed in the [manual installation](../03-installation/manual-install-ubuntu.md) section.
117117
[^2]: [What is Parity?](https://en.wikipedia.org/wiki/Standard_RAID_levels#Simplified_parity_example)
118-
[^3]: [trapexit/mergerfs docs](https://github.com/trapexit/mergerfs#why-are-all-my-files-ending-up-on-1-drive)
118+
[^3]: [trapexit/mergerfs docs](https://trapexit.github.io/mergerfs/latest/faq/why_isnt_it_working/#why-are-all-my-files-ending-up-on-1-filesystem)

0 commit comments

Comments
 (0)