- Notifications
You must be signed in to change notification settings - Fork1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
docs: fix broken links#16179
Changes fromall commits
172fda0
d90746d
fc5e43e
81d90f3
55351f6
7412796
eb1e35b
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -19,5 +19,6 @@ ignorePatterns: | ||
- pattern: "code.visualstudio.com" | ||
- pattern: "www.emacswiki.org" | ||
- pattern: "linux.die.net/man" | ||
- pattern: "www.gnu.org" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I wonder why we need to ignore this. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. that site probably blocks however linkspector is checking responses, so even though the site is there, the check fails:https://github.com/coder/coder/actions/runs/12834052725/job/35790477857#step:5:240 | ||
aliveStatusCodes: | ||
- 200 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/index.md#roles) role. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||
Uh oh!
There was an error while loading.Please reload this page.