1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs(fix): fix internal links between segments docs

This commit is contained in:
Thomas Heartman 2022-04-02 16:29:45 +02:00
parent 8eb91fc860
commit facf546df4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ The segments API is available to Pro and Enterprise users from Unleash 4.10.
To use the admin API, you'll need to [create and use an admin API token](../../user_guide/token.md).
:::
The segments API lets you create, read, update, and delete [segments](../../reference/segments.mdx). All payload
The segments API lets you create, read, update, and delete [segments](../../reference/segments.mdx).
## Get all segments

View File

@ -21,7 +21,7 @@ If an activation strategy has a segment *and* additional constraints applied, th
## Creating, updating, and deleting segments
Segments can be created, edited, and deleted from the segments page in the admin UI or via the API (see the [segments API documentation](../api/admin/feature-toggles-api-v2.md)).
Segments can be created, edited, and deleted from the segments page in the admin UI or via the API (see the [segments API documentation](../api/admin/segments.mdx)).
A segment that is in use **cannot** be deleted. If you'd like to delete a segment that is in use, you must first remove the segment from all the activation strategies that are currently using it.