From c13909a1a27df2fb90982b4d3cb1b9e98e2eb1e8 Mon Sep 17 00:00:00 2001 From: Stephen Kirby <58410745+stirby@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:51:58 -0500 Subject: [PATCH] chore: fix broken links in the jfrog guide (#12835) * replaced jfrog guide links * replaced github link * fmt --------- Co-authored-by: Muhammad Atif Ali --- docs/guides/xray-integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/xray-integration.md b/docs/guides/xray-integration.md index 76c29e3343..5a74e6f268 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 @@ -65,8 +65,8 @@ 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 -> 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)