Browse Source

Fix some links in docs (#1582)

master 2.41.1
trapexit 22 hours ago
committed by GitHub
parent
commit
960f5fdbba
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      README.md
  2. 2
      src/mergerfs.cpp

2
README.md

@ -25,7 +25,7 @@ etc.](https://trapexit.github.io/mergerfs/latest/project_comparisons/)
* Works with filesystems of [almost any
type](https://trapexit.github.io/mergerfs/latest/faq/compatibility_and_integration/#what-filesystems-can-be-used-as-branches)
* Ignore read-only filesystems when creating files
* [Hard links](https://trapexit.github.io/mergerfs/preview/faq/technical_behavior_and_limitations/#do-hard-links-work)
* [Hard links](https://trapexit.github.io/mergerfs/latest/faq/technical_behavior_and_limitations/#do-hard-links-work)
* Hard link [copy-on-write /
CoW](https://trapexit.github.io/mergerfs/latest/config/link_cow/)
* [Runtime configurable](https://trapexit.github.io/mergerfs/latest/runtime_interface/)

2
src/mergerfs.cpp

@ -314,7 +314,7 @@ _main(int argc_,
args.allocated = false;
SysLog::info("mergerfs v{} started",MERGERFS_VERSION);
SysLog::info("Go to https://trapexit.github.io/mergerfs/support for support");
SysLog::info("Go to https://trapexit.github.io/mergerfs/latest/support for support");
options::parse(&args);
if(!cfg.errs.empty())

Loading…
Cancel
Save