Skip to content

Commit

Permalink
experimental features: fix broken link in overview (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli committed Aug 2, 2023
1 parent 9627cc2 commit 2ca8992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions learn/experimental/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Meilisearch makes experimental features available expecting they will become sta

Experimental features fall into two groups based on how they are activated or deactivated:
1. Those that are activated at launch with a command-line flag or environment variable
2. Those that are activated with the [`/experimental-features` API route](/reference/api/experimental-features).
2. Those that are activated with the [`/experimental-features` API route](/reference/api/experimental_features).

## Activating experimental features at launch

Expand All @@ -29,7 +29,7 @@ Activating or deactivating experimental features this way requires you to relaun

### Activating experimental features during runtime

Some experimental features can be activated via an HTTP call using the [`/experimental-features` API route](/reference/api/experimental):
Some experimental features can be activated via an HTTP call using the [`/experimental-features` API route](/reference/api/experimental_features):

<CodeSamples id="update_experimental_features_1" />

Expand Down

0 comments on commit 2ca8992

Please sign in to comment.