From 230d7bf0b93a1a3c8a1b641cb5efb70d676c9368 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 15 Feb 2024 10:59:21 +0300 Subject: [PATCH 1/3] docs: update artifactory-integration guide --- 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 62bc84b952371..34eaaa4c283f9 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](../install/offline.md#coder-modules) section for +See the [offline deployments](../templates/modules#offline-installations) section for instructions on how to use coder-modules in an offline environment with Artifactory. From 68e8f75c8219b053da617295566bba1f53d1f386 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 15 Feb 2024 11:07:24 +0300 Subject: [PATCH 2/3] `make fmt` --- docs/guides/artifactory-integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/artifactory-integration.md b/docs/guides/artifactory-integration.md index 34eaaa4c283f9..d847aebdf986c 100644 --- a/docs/guides/artifactory-integration.md +++ b/docs/guides/artifactory-integration.md @@ -162,9 +162,9 @@ concepts apply to all compute types. ## Offline Deployments -See the [offline deployments](../templates/modules#offline-installations) section for -instructions on how to use coder-modules in an offline environment with -Artifactory. +See the [offline deployments](../templates/modules#offline-installations) +section for instructions on how to use coder-modules in an offline environment +with Artifactory. ## More reading From 1055fa5e63ddee09719196d084da0e3d5282edfe Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 15 Feb 2024 11:11:26 +0300 Subject: [PATCH 3/3] add links --- docs/guides/artifactory-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/artifactory-integration.md b/docs/guides/artifactory-integration.md index d847aebdf986c..5063d027c94d2 100644 --- a/docs/guides/artifactory-integration.md +++ b/docs/guides/artifactory-integration.md @@ -30,8 +30,8 @@ The most straight-forward way to authenticate your template with Artifactory is by using our official Coder [modules](https://registry.coder.com). We publish two type of modules that automate the JFrog Artifactory and Coder integration. -1. JFrog-OAuth -2. JFrog-Token +1. [JFrog-OAuth](https://registry.coder.com/modules/jfrog-oauth) +2. [JFrog-Token](https://registry.coder.com/modules/jfrog-token) ### JFrog-OAuth