From 6b5e25b1911ef4928d5ae5f17cff3d7c475ba27b Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 3 Jan 2023 11:27:45 +0100 Subject: [PATCH] Docs(fix): broken links (#2797) This change fixes some broken links in the "about the docs" document. Most of these links go to concrete documents and have been replaced with their appropriate relative file links. The few links that go to auto-generated pages have been corrected. Unfortunately, there does not seem to be an easy way to link safely to generated pages. --- website/docs/about-the-docs.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/website/docs/about-the-docs.md b/website/docs/about-the-docs.md index b139421c01..03a1cd7d02 100644 --- a/website/docs/about-the-docs.md +++ b/website/docs/about-the-docs.md @@ -37,10 +37,10 @@ Our how-to guides show you how to perform a number of common tasks that you'll w The guides are organized into the following categories: -- [API how-tos](/how-to/api) -- [Feature toggles, strategies, context, and general how-tos](/how-to/misc) -- [Users and permissions how-tos](/how-to/users-and-permissions) -- [Single Sign-On (SSO) how-tos](/how-to/sso) +- [API how-tos](./how-to/api) +- [Feature toggles, strategies, context, and general how-tos](./how-to/misc) +- [Users and permissions how-tos](./how-to/users-and-permissions) +- [Single Sign-On (SSO) how-tos](./how-to/sso) ### Reference documentation @@ -48,12 +48,12 @@ The reference docs contain technical reference for Unleash and the API. Go here The reference docs are organized into the following topics: -- [Addons](/reference/addons/addons.md) -- [API documentation](/api) -- [Unleash SDKs](/sdks) -- [Deployment and management of Unleash](/deploy) -- [Integrations with other systems](/integrations) -- [Unleash concepts](/reference/concepts) +- [Addons](./reference/addons/addons.md) +- [API documentation](./reference/api/legacy/unleash/index.md) +- [Unleash SDKs](./reference/sdks/index.md) +- [Deployment and management of Unleash](./reference/deploy) +- [Integrations with other systems](./reference/integrations/integrations.md) +- [Unleash concepts](./reference/concepts) ### Topic guides