From 606fa14ed40f2da389ffb248710cb07c8160dffe Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Wed, 3 Jul 2024 23:29:10 +0200 Subject: [PATCH] Fix broken link (#20151) Link isn't working (org_setings) --- docs/REST API/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index b120618892..8083c75d54 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -1070,7 +1070,7 @@ Modifies the Fleet's configuration with the supplied information. | Name | Type | In | Description | | --------------------- | ------- | ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| org_info | object | body | See [org_info](#org_info). | +| org_info | object | body | See [org_info](#org-info). | | server_settings | object | body | See [server_settings](#server-settings). | | smtp_settings | object | body | See [smtp_settings](#smtp-settings). | | sso_settings | object | body | See [sso_settings](#sso-settings). |