From 04ac2386a3a3894248e6035e14cb54b5f69d32d7 Mon Sep 17 00:00:00 2001 From: Matheus Cruz Date: Tue, 26 Nov 2024 11:56:55 -0300 Subject: [PATCH] Adjust authentication link Signed-off-by: Matheus Cruz --- dsl-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl-reference.md b/dsl-reference.md index 889210a8..2e5445d1 100644 --- a/dsl-reference.md +++ b/dsl-reference.md @@ -1818,7 +1818,7 @@ Describes an enpoint. | Property | Type | Required | Description | |----------|:----:|:--------:|-------------| | uri | `string` | `yes` | The endpoint's URI. | -| authentication | `[authentication](#authentication)` | `no` | The authentication policy to use. | +| authentication | [authentication](#authentication) | `no` | The authentication policy to use. | ### HTTP Response