1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/docs/sdks
Thomas Heartman 68cec1349b
Fix broken doc links (#2046)
## What

This PR fixes some broken links that have been hanging around in the
docs for what seems like a very long time.

## Why

As discovered by the link check in #1912, there are a fair few broken
links in the docs. Everyone hates broken links because it makes it
harder to understand what they were supposed to be pointing at.

## How

There are 3 types of links that have been fixed:
- Links that should have been internal but were absolute. E.g.
  `https://docs.getunleash.io/path/article` that should have been
  `./article.md`
- External links that have changed, such as Slack's API description
- GitHub links to files that either no longer exist or that have been
  moved. These links generally pointed to `master`/`main`, meaning
  they are subject to change. They have been replaced with permalinks
  pointing to specific commits.

-----

* docs: fix slack api doc link

* docs: update links in migration guide

* docs: fix broken link to ancient feature schema validation

* docs: update links to v3 auth hooks

* docs: update broken link in the go sdk article

* Fix: use permalink for GitHub link

* docs: fix wrong google auth link
2022-09-07 14:26:23 +02:00
..
android-proxy.md docs: change android docs to use clientKey, not clientSecret 2022-04-06 10:56:51 +02:00
dot_net.md docs: SDK Synchronization tips (#1720) 2022-06-15 09:49:56 +00:00
go.md Fix broken doc links (#2046) 2022-09-07 14:26:23 +02:00
index.md Docs: Update compatibility matrix for php (#1904) 2022-08-10 12:26:44 +02:00
java.md docs: SDK Synchronization tips (#1720) 2022-06-15 09:49:56 +00:00
node.md docs: SDK Synchronization tips (#1720) 2022-06-15 09:49:56 +00:00
php.md docs(chore): fix broken links to control_rollout 2022-01-25 12:22:00 +01:00
proxy-ios.md chore: (docs) keep list styling (internally) consistent 2021-12-06 14:08:25 +01:00
proxy-javascript.md docs: correct unleash proxy sdk docs 2022-02-21 10:45:05 +01:00
proxy-react.md docs: add svelte and vue front-end SDKs (#1760) 2022-06-29 12:04:21 +01:00
proxy-svelte.md docs: add svelte and vue front-end SDKs (#1760) 2022-06-29 12:04:21 +01:00
proxy-vue.md docs: add svelte and vue front-end SDKs (#1760) 2022-06-29 12:04:21 +01:00
python.md Fixing indentation of Python example (#1794) 2022-07-13 09:33:58 +02:00
ruby.md Fixed syntax error for Ruby SDK example 2022-01-13 09:59:51 +01:00
unleash-proxy.md docs: add svelte and vue front-end SDKs (#1760) 2022-06-29 12:04:21 +01:00