1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

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.
This commit is contained in:
Thomas Heartman 2023-01-03 11:27:45 +01:00 committed by GitHub
parent d2245583ec
commit 6b5e25b191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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