From 096baeb7c43e72bacc4b80da1c121f8daf41b5af Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Mon, 1 Apr 2024 19:14:39 +0000 Subject: [PATCH 1/3] replaced jfrog guide links --- docs/guides/xray-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/xray-integration.md b/docs/guides/xray-integration.md index 90d449853e629..913318918cf23 100644 --- a/docs/guides/xray-integration.md +++ b/docs/guides/xray-integration.md @@ -65,7 +65,7 @@ image = "//:" > **Note**: To authenticate with the Artifactory registry, you may need to > create a -> [Docker config](https://jfrog.com/artifactory/docs/docker/#docker-login) and +> [Docker config](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-advanced-topics) and > use it in the `imagePullSecrets` field of the kubernetes pod. See this > [guide](./image-pull-secret.md) for more information. From 36987b711c90fed84e564cd3e9a1530ceb5dec4c Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Mon, 1 Apr 2024 19:22:30 +0000 Subject: [PATCH 2/3] replaced github link --- docs/guides/xray-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/xray-integration.md b/docs/guides/xray-integration.md index 913318918cf23..b1951b910e928 100644 --- a/docs/guides/xray-integration.md +++ b/docs/guides/xray-integration.md @@ -12,7 +12,7 @@ March 17, 2024 This guide will walk you through the process of adding [JFrog Xray](https://jfrog.com/xray/) integration to Coder Kubernetes workspaces -using Coder's [JFrog Xray Integration](github.com/coder/coder-xray). +using Coder's [JFrog Xray Integration](https://github.com/coder/coder-xray). ## Prerequisites From 9b6a6e58d239b90b0c03d4d19ed0af1d708fd72e Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Mon, 15 Apr 2024 14:46:13 +0000 Subject: [PATCH 3/3] fmt --- docs/guides/xray-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/xray-integration.md b/docs/guides/xray-integration.md index 00df2ccaf4f00..5a74e6f268122 100644 --- a/docs/guides/xray-integration.md +++ b/docs/guides/xray-integration.md @@ -65,8 +65,8 @@ image = "//:" > **Note**: To authenticate with the Artifactory registry, you may need to > create a -> [Docker config](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-advanced-topics) and -> use it in the `imagePullSecrets` field of the kubernetes pod. See this +> [Docker config](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-advanced-topics) +> and use it in the `imagePullSecrets` field of the kubernetes pod. See this > [guide](./image-pull-secret.md) for more information. ![JFrog Xray Integration](../images/guides/xray-integration/example.png)