From 2a77580ba6ddf93030fd6e9dc8d4d6c5c9544f53 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 17 Mar 2024 16:44:45 +0300 Subject: [PATCH] chore: fix false positives for docs links checker (#12623) --- docs/admin/architectures/index.md | 2 +- docs/guides/artifactory-integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/architectures/index.md b/docs/admin/architectures/index.md index c4f2c21ef7..2ff758a04b 100644 --- a/docs/admin/architectures/index.md +++ b/docs/admin/architectures/index.md @@ -97,7 +97,7 @@ orchestration capabilities, allowing Coder to efficiently deploy, scale, and manage workspaces across a distributed infrastructure. This ensures high availability, fault tolerance, and scalability for Coder deployments. Code is deployed on this cluster using the -[Helm chart](../install/kubernetes#install-coder-with-helm). +[Helm chart](../../install/kubernetes.md#install-coder-with-helm). Our scale tests include the following stages: diff --git a/docs/guides/artifactory-integration.md b/docs/guides/artifactory-integration.md index fe214af86d..239d84f44d 100644 --- a/docs/guides/artifactory-integration.md +++ b/docs/guides/artifactory-integration.md @@ -162,7 +162,7 @@ concepts apply to all compute types. ## Offline Deployments -See the [offline deployments](../templates/modules#offline-installations) +See the [offline deployments](../templates/modules.md#offline-installations) section for instructions on how to use coder-modules in an offline environment with Artifactory.