Skip to content

Commit ec769ff

Browse files
committed
fix dead links in jfrog-xray.md
1 parent cdc16f7 commit ec769ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/integrations/jfrog-xray.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ using Coder's [JFrog Xray Integration](https://github.com/coder/coder-xray).
2727
[permission](https://jfrog.com/help/r/jfrog-platform-administration-documentation/permissions)
2828
for the repositories you want to scan.
2929
1. Create a Coder
30-
[token](https://coder.com/docs/latest/reference/cli/tokens_create#tokens-create)
30+
[token](../../reference/cli/tokens_create#tokens-create)
3131
with a user that has the
32-
[`owner`](https://coder.com/docs/latest/admin/users#roles) role.
32+
[`owner`](../users#roles) role.
3333
1. Create Kubernetes secrets for the JFrog Xray and Coder tokens.
3434

3535
```bash
@@ -67,6 +67,6 @@ image = "<ARTIFACTORY_URL>/<REPO>/<IMAGE>:<TAG>"
6767
> create a
6868
> [Docker config](https://jfrog.com/help/r/jfrog-artifactory-documentation/docker-advanced-topics)
6969
> and use it in the `imagePullSecrets` field of the kubernetes pod. See this
70-
> [guide](./image-pull-secret.md) for more information.
70+
> [guide](../../tutorials/image-pull-secret.md) for more information.
7171
7272
![JFrog Xray Integration](../../images/guides/xray-integration/example.png)

0 commit comments

Comments
 (0)