Skip to content

Commit 738b2b4

Browse files
authored
fix: update all documentation links (#9777)
1 parent 019af7f commit 738b2b4

File tree

21 files changed

+38
-38
lines changed

21 files changed

+38
-38
lines changed

.github/DISCUSSION_TEMPLATE/bugs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
1111
**Do not open a GitHub issue, please.** Maintainers triage discussions and then create issues.
1212
13-
Please also check [our contribution guidelines](https://trivy.dev/latest/community/contribute/discussion/).
13+
Please also check [our contribution guidelines](https://trivy.dev/docs/latest/community/contribute/discussion/).
1414
- type: textarea
1515
attributes:
1616
label: Description
@@ -117,7 +117,7 @@ body:
117117
description: Have you tried the following?
118118
options:
119119
- label: Run `trivy clean --all`
120-
- label: Read [the troubleshooting](https://trivy.dev/latest/docs/references/troubleshooting/)
120+
- label: Read [the troubleshooting](https://trivy.dev/docs/latest/references/troubleshooting/)
121121
- type: markdown
122122
attributes:
123123
value: |

.github/DISCUSSION_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
Feel free to create a docs report if something doesn't work as expected or is unclear in the documentation.
88
Please ensure that you're not creating a duplicate report by searching the [issues](https://github.com/aquasecurity/trivy/issues)/[discussions](https://github.com/aquasecurity/trivy/discussions) beforehand.
99
10-
Please also check [our contribution guidelines](https://trivy.dev/latest/community/contribute/discussion/).
10+
Please also check [our contribution guidelines](https://trivy.dev/docs/latest/community/contribute/discussion/).
1111
- type: textarea
1212
attributes:
1313
label: Description

.github/DISCUSSION_TEMPLATE/false-detection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
99
**Do not open a GitHub issue, please.** Maintainers triage discussions and then create issues.
1010
11-
Please also check [our contribution guidelines](https://trivy.dev/latest/community/contribute/discussion/).
11+
Please also check [our contribution guidelines](https://trivy.dev/docs/latest/community/contribute/discussion/).
1212
- type: input
1313
attributes:
1414
label: IDs

.github/DISCUSSION_TEMPLATE/ideas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
1010
**Do not open a GitHub issue, please.** Maintainers triage discussions and then create issues.
1111
12-
Please also check [our contribution guidelines](https://trivy.dev/latest/community/contribute/discussion/).
12+
Please also check [our contribution guidelines](https://trivy.dev/docs/latest/community/contribute/discussion/).
1313
- type: textarea
1414
attributes:
1515
label: Description

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
1010
**Do not open a GitHub issue, please.** Maintainers triage discussions and then create issues.
1111
12-
Please also check [our contribution guidelines](https://trivy.dev/latest/community/contribute/discussion/).
12+
Please also check [our contribution guidelines](https://trivy.dev/docs/latest/community/contribute/discussion/).
1313
- type: textarea
1414
attributes:
1515
label: Question

.github/ISSUE_TEMPLATE/maintainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ assignees: ''
88
---
99

1010
## Are you a maintainer of the Trivy project?
11-
If not, please open [a discussion](https://github.com/aquasecurity/trivy/discussions); if you are, please review [the guideline](https://trivy.dev/latest/community/contribute/discussion/).
11+
If not, please open [a discussion](https://github.com/aquasecurity/trivy/discussions); if you are, please review [the guideline](https://trivy.dev/docs/latest/community/contribute/discussion/).

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
Remove this section if you don't have related PRs.
1111

1212
## Checklist
13-
- [ ] I've read the [guidelines for contributing](https://trivy.dev/latest/community/contribute/pr/) to this repository.
14-
- [ ] I've followed the [conventions](https://trivy.dev/latest/community/contribute/pr/#title) in the PR title.
13+
- [ ] I've read the [guidelines for contributing](https://trivy.dev/docs/latest/community/contribute/pr/) to this repository.
14+
- [ ] I've followed the [conventions](https://trivy.dev/docs/latest/community/contribute/pr/#title) in the PR title.
1515
- [ ] I've added tests that prove my fix is effective or that my feature works.
1616
- [ ] I've updated the [documentation](https://github.com/aquasecurity/trivy/blob/main/docs) with the relevant information (if needed).
1717
- [ ] I've added usage information (if the PR introduces new options)

.github/workflows/auto-close-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
// If the user does not have write or admin permissions, leave a comment and close the issue
2828
if (permission !== 'write' && permission !== 'admin') {
29-
const commentBody = "Please see https://trivy.dev/latest/community/contribute/issue/";
29+
const commentBody = "Please see https://trivy.dev/docs/latest/community/contribute/issue/";
3030
await github.rest.issues.createComment({
3131
owner: context.repo.owner,
3232
repo: context.repo.repo,

.github/workflows/release-pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
run: |
1717
if [ "$PR_AUTHOR" != "aqua-bot" ]; then
1818
echo "::error::This branch is intended for automated backporting by bot. Please refer to the documentation:"
19-
echo "::error::https://trivy.dev/latest/community/maintainer/backporting/"
19+
echo "::error::https://trivy.dev/docs/latest/community/maintainer/backporting/"
2020
exit 1
2121
fi

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See [Issues](https://trivy.dev/latest/community/contribute/issue/) and [Pull Requests](https://trivy.dev/latest/community/contribute/pr/)
1+
See [Issues](https://trivy.dev/docs/latest/community/contribute/issue/) and [Pull Requests](https://trivy.dev/docs/latest/community/contribute/pr/)

0 commit comments

Comments
 (0)