8000 docs: fix broken links by EdwardAngert · Pull Request #16179 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: fix broken links #16179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 17, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to 8000 load files.
Loading
Diff view
Diff view
Next Next commit
fix anchor link
  • Loading branch information
EdwardAngert committed Jan 16, 2025
commit 172fda0eb64146f3d65cc11f9d3106244a91c696
2 changes: 1 addition & 1 deletion docs/admin/integrations/jfrog-xray.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workspaces using Coder's [JFrog Xray Integration](https://github.com/coder/coder
1. Create a JFrog Platform [Access Token](https://jfrog.com/help/r/jfrog-platform-administration-documentation/access-tokens) with a user that has the `read` [permission](https://jfrog.com/help/r/jfrog-platform-administration-documentation/permissions)
for the repositories you want to scan.

1. Create a Coder [token](../../reference/cli/tokens_create.md#tokens-create) with a user that has the [`owner`](../users#roles) role.
1. Create a Coder [token](../../reference/cli/tokens_create.md#tokens-create) with a user that has the [`owner`](../users/index.md#roles) role.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is interesting find. I wonder why it was not flagged by the linkchecker.


1. Create Kubernetes secrets for the JFrog Xray and Coder tokens.

Expand Down
Loading
0