From 3f64d4edc571a9de8db767481ab8ab5e1584a15e Mon Sep 17 00:00:00 2001 From: Trevor Wallis Date: Sun, 16 Aug 2026 11:43:51 -0500 Subject: [PATCH] Update stale docs links --- src/app/guides/quickstart/page.mdx | 2 +- src/app/web/import/page.mdx | 2 +- src/app/web/library/page.mdx | 2 +- src/components/Header.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/guides/quickstart/page.mdx b/src/app/guides/quickstart/page.mdx index 1fa55c7..d0b106f 100644 --- a/src/app/guides/quickstart/page.mdx +++ b/src/app/guides/quickstart/page.mdx @@ -11,7 +11,7 @@ This guide will help you setup a small Drop instance to develop against on your This setup is not intended for deployment. If you are looking to setup a Drop instance for actual use, check out the [official - docs](https://docs.droposs.org/docs/guides/quickstart). + docs](https://droposs.org/docs/admin/quickstart/). ## Install Docker diff --git a/src/app/web/import/page.mdx b/src/app/web/import/page.mdx index 04a7aa1..d0b7bb1 100644 --- a/src/app/web/import/page.mdx +++ b/src/app/web/import/page.mdx @@ -423,7 +423,7 @@ Versions, in Drop, require a lot of metadata to be imported correctly, due to th The platform this version is for. Must be, currently, either "Windows", "Linux", or "macOS". The value is technically capitalisation insensitive, but use proper capitalisation where possible. - Whether or not this version is a 'delta' version. Read more about delta versions on the main docs: [Version deltas & ordering](https://docs.droposs.org/docs/library#version-deltas--ordering) + Whether or not this version is a 'delta' version. Read more about delta versions on the main docs: [Version deltas & ordering](https://droposs.org/docs/reference/downloads/#delta-versions-or-update-mode) Set as `false` for this example. diff --git a/src/app/web/library/page.mdx b/src/app/web/library/page.mdx index 6ce1fb7..88cb3a9 100644 --- a/src/app/web/library/page.mdx +++ b/src/app/web/library/page.mdx @@ -13,7 +13,7 @@ Each library source has a specific type, which defines how it connects to games: - Drop-style (internally `Filesystem`). The default and recommended type, it supports the versioned folders that Drop was built for. - Compatibility (internally `FlatFilesystem`). Implemented for compatibility with GameVault and similar libraries, doesn't use versioned folders. -You can read more about the user's side of things on the docs: [Library Sources](https://docs.droposs.org/docs/library). +You can read more about the user's side of things on the docs: [Library Sources](https://droposs.org/docs/reference/library-sources/). We plan to add network-based library sources in the future, so keep this in diff --git a/src/components/Header.tsx b/src/components/Header.tsx index ca4a5e4..fd86ecc 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -81,7 +81,7 @@ export const Header = forwardRef<