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

Merge pull request #1318 from Unleash/fix-docs-links

docs: fix broken links
This commit is contained in:
Thomas Heartman 2022-02-01 16:13:16 +01:00 committed by GitHub
commit 4165357552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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