From be34df362ecaae44c2a03d64b663093b7d96d518 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 17 Mar 2024 16:25:25 +0300 Subject: [PATCH 1/3] chore: fix a false positive for docs links checker. --- docs/guides/artifactory-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/artifactory-integration.md b/docs/guides/artifactory-integration.md index fe214af86d6f5..239d84f44dcf2 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. From 1e69ad4b0fcea9c68c82c58fda7a6d54e93e6aca Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 17 Mar 2024 16:33:52 +0300 Subject: [PATCH 2/3] Update index.md --- docs/admin/architectures/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/architectures/index.md b/docs/admin/architectures/index.md index c4f2c21ef7aac..529ae1d838201 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: From 85aaefc722ae876da010a41c4ef68ef7fd6536bb Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Sun, 17 Mar 2024 16:40:10 +0300 Subject: [PATCH 3/3] Update index.md --- docs/admin/architectures/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/architectures/index.md b/docs/admin/architectures/index.md index 529ae1d838201..2ff758a04bd52 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.md#install-coder-with-helm). +[Helm chart](../../install/kubernetes.md#install-coder-with-helm). Our scale tests include the following stages: