From 960f5fdbba5e053eb4a328b409cda0d9dd2e0d48 Mon Sep 17 00:00:00 2001 From: trapexit Date: Tue, 18 Nov 2025 08:35:27 -0600 Subject: [PATCH] Fix some links in docs (#1582) --- README.md | 2 +- src/mergerfs.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b4677df..bbf54438 100644 --- a/README.md +++ b/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/) diff --git a/src/mergerfs.cpp b/src/mergerfs.cpp index 826ca36f..207a3bc1 100644 --- a/src/mergerfs.cpp +++ b/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())