1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

docs: fix link to addons page

This commit is contained in:
olav 2022-02-01 14:43:34 +01:00
parent 41ec7ae47a
commit 8c09bf4fe5

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