Skip to content

Commit

Permalink
Merge pull request #1318 from Unleash/fix-docs-links
Browse files Browse the repository at this point in the history
docs: fix broken links
  • Loading branch information
thomasheartman committed Feb 1, 2022
2 parents 41ec7ae + 73bd6a0 commit 4165357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/advanced/feature-toggle-types.md
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/user_guide/unleash_overview.md
Expand Up @@ -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**
Expand Down

0 comments on commit 4165357

Please sign in to comment.