diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-02 11:43:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-07 11:47:54 +0100 |
commit | 961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5 (patch) | |
tree | 948f22a5b16f911702a6ca61befcfaff13575a60 /doc/book/connect/fs.md | |
parent | 50d8e306035d0611f128fbd7499d63c5093d19df (diff) | |
download | garage-961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5.tar.gz garage-961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5.zip |
Change _ to - and fix internal links
Diffstat (limited to 'doc/book/connect/fs.md')
-rw-r--r-- | doc/book/connect/fs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/connect/fs.md b/doc/book/connect/fs.md index 60a60c7f..46df593b 100644 --- a/doc/book/connect/fs.md +++ b/doc/book/connect/fs.md @@ -14,7 +14,7 @@ Ideally, avoid these solutions at all for any serious or production use. ## rclone mount -rclone uses the same configuration when used [in CLI](/connect/cli.html) and mount mode. +rclone uses the same configuration when used [in CLI](@/documentation/connect/cli.md) and mount mode. We suppose you have the following entry in your `rclone.ini` (mine is located in `~/.config/rclone/rclone.conf`): ```toml |