Skip to content

Commit

Permalink
docs(fix): fix internal links between segments docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Apr 2, 2022
1 parent 8eb91fc commit facf546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/api/admin/segments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/reference/segments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit facf546

Please sign in to comment.