Skip to content

Commit

Permalink
fix broken anchor
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Jan 6, 2025
1 parent 21063a7 commit 0877d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/relay-proxy/configure-relay-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,15 @@ Check [_"Profiling"_](./profiling) to have more information.
### `exporter`
Exporter is the configuration used to export data.
- option name: `exporter`
- type: **[exporter](#exporter)**
- type: **[exporter](#type-exporter)**
- default: **none**
- mandatory: <NotMandatory />
- Configuration of an exporter depends on the one you are choosing. Check the [list of exporters](../integrations/export-evaluation-data#available-exporters) and go on the detail page of your choice to configure it.

### `notifier`
Notifiers is the configuration on where to notify a flag changes.
- option name: `notifier`
- type: **[notifier](#notifier)**
- type: **[notifier](#type-notifier)**
- default: **none**
- mandatory: <NotMandatory />
- Configuration of a notifier depends on the one you are choosing. Check the [list of notifiers](../integrations/notify-flags-changes#available-notifiers) and go on the detail page of your choice to configure it.
Expand Down

0 comments on commit 0877d39

Please sign in to comment.