From 98389d774d4b2008897754ec83f0204b46076cfd Mon Sep 17 00:00:00 2001 From: Ole Albers Date: Wed, 11 Feb 2026 10:49:39 +0100 Subject: [PATCH] Fix installation link in README (#798) * Fix installation link in README Corrected the link for installation from source in README. * Fix link to 'from source' installation Updated link for installation from source documentation. --------- Co-authored-by: slothful-vassal <89943360+slothful-vassal@users.noreply.github.com> --- README.md | 2 +- docs/src/content/docs/run/installation/from-source.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d42bc4d97..6e385afa5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The first startup can take up to 90 seconds after which you can access the front > ⚠️ if you are using wanderer in a production environment make sure to change the MEILI_MASTER_KEY variable. -You can also run wanderer on bare-metal. Check out the [documentation](https://wanderer.to/run/installation/#installation-from-source) for a detailed how-to guide. +You can also run wanderer on bare-metal. Check out the [documentation](https://wanderer.to/run/installation/from-source) for a detailed how-to guide. ## Support wanderer diff --git a/docs/src/content/docs/run/installation/from-source.mdx b/docs/src/content/docs/run/installation/from-source.mdx index 65a1d6e23..f9249347b 100644 --- a/docs/src/content/docs/run/installation/from-source.mdx +++ b/docs/src/content/docs/run/installation/from-source.mdx @@ -3,7 +3,7 @@ title: Installation from Source description: For advanced users who want to build or customize wanderer. --- -You can install wanderer components either via Docker ([Quick Setup](./quick) or [Manual Setup](./docker)) or [from source](./installation-from-source). +You can install wanderer components either via Docker ([Quick Setup](./quick) or [Manual Setup](./docker)) or [from source](./from-source). ## Prerequisites