From 196b29983bd1d234ddb3088ad54fb51d1dadbf18 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 24 Jul 2023 12:13:59 +0300 Subject: [PATCH] docs: fix a broken link (#8691) --- docs/admin/automation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/automation.md b/docs/admin/automation.md index 7cfe563b91..b7bf28dbdc 100644 --- a/docs/admin/automation.md +++ b/docs/admin/automation.md @@ -30,7 +30,7 @@ curl https://coder.example.com/api/v2/workspaces?q=owner:me \ ## Documentation -We publish an [API reference](../api/index.md) in our documentation. You can also enable a [Swagger endpoint](../cli/server#--swagger-enable) on your Coder deployment. +We publish an [API reference](../api/index.md) in our documentation. You can also enable a [Swagger endpoint](../cli/server.md#--swagger-enable) on your Coder deployment. ## Use cases