diff --git a/website/docs/advanced/feature-toggle-types.md b/website/docs/advanced/feature-toggle-types.md index 1b58fff828..22cdd35177 100644 --- a/website/docs/advanced/feature-toggle-types.md +++ b/website/docs/advanced/feature-toggle-types.md @@ -33,7 +33,7 @@ Here's the list of the feature toggle types that Unleash supports together with You can mark feature toggles as `stale`. This is a way to deprecate a feature toggle without removing the active configuration for connected applications. Use this to signal that you should stop using the feature in your applications. Stale toggles will show as stale in the ["technical debt dashboard"](../user_guide/technical_debt). -When you mark a toggle as stale, Unleash will emit an event. You can use [an addon](https://docs.getunleash.io/addons/index) to integrate this with your systems, for instance to post a message in a Slack channel. +When you mark a toggle as stale, Unleash will emit an event. You can use [an addon](../addons/addons.md) to integrate this with your systems, for instance to post a message in a Slack channel. Additionally, with some extra work, you can also use the `stale` property to: diff --git a/website/docs/user_guide/unleash_overview.md b/website/docs/user_guide/unleash_overview.md index d427e266e9..5da492407c 100644 --- a/website/docs/user_guide/unleash_overview.md +++ b/website/docs/user_guide/unleash_overview.md @@ -11,7 +11,7 @@ If you want more details you can read about [our unique architecture](https://ww Before you can connect your application to Unleash you need a Unleash server. You have a few options available: 1. **Unleash Open-source** - - [Docker](deploy/getting_started) + - [Docker](../deploy/getting-started.md) - [Helm Chart](https://github.com/unleash/helm-charts/) - [Click-to-deploy on Heroku](https://www.heroku.com/deploy/?template=https://github.com/Unleash/unleash) 2. **Unleash Enterprise**