Skip to content

Commit c80eb37

Browse files
authored
Update linkchecker.yml (#1536)
### Proposed changes Need to add a newly invalid 3rd party URL to the linkchecker ignore list. This is only used as an example and not an actual product link for users. (Similar to www.example.com) ### Checklist Before creating a PR, run through this checklist and mark each step as complete. - [ ] I have read the [`CONTRIBUTING`](https://github.com/nginxinc/docs/blob/main/CONTRIBUTING.md) document - [ ] I have viewed my changes in the documentation Deploy Preview - [ ] My PR is targeting the correct branch: - main: content that can be released immediately - product release branch: content that should be held for a future release - [ ] I have updated any relevant supporting documentation ([`README.md`](https://github.com/nginxinc/docs/blob/main/README.md) and the [`CHANGELOG.md`](https://github.com/nginxinc/docs/blob/main/CHANGELOG.md)) - [ ] I have followed the [conventional commits guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary) for all commits on my branch When you're ready to merge a PR, run through this checklist and mark each step as complete. - [ ] Review the doc for spelling errors. - [ ] Verify that all links in the doc work. - [ ] Verify that the doc follows the appropriate content template. - [ ] Add technical and docs reviewers. Refer to the appropriate CODEOWNERS file, which includes authorized teams of reviewers. - [ ] Share the PR for review in the [`#nginx-doc-reviews`](https://f5.enterprise.slack.com/archives/C04PYFULN91) channel in Slack.
1 parent ce91430 commit c80eb37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linkchecker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ env:
3131
--ignore-url ^https://lightstep.com --ignore-url ^https://www.owasp.org/ --ignore-url ^https://www.maxmind.com --ignore-url ^https://www.splunk.com/
3232
--ignore-url ^https://oauth2.googleapis.com --ignore-url ^https://openidconnect.googleapis.com --ignore-url ^https://www.base64url.com/
3333
--ignore-url ^https://go.googlesource.com/ --ignore-url ^https://go.googlesource.com/sync --ignore-url ^https://linkerd.io/2.13/
34+
--ignore-url ^http://www.redirectpage.com/
3435
--ignore-url ^https://\([a-zA-Z0-9-]+\).nginx.com/nginx-ingress-controller/css
3536
--ignore-url ^https://\([a-zA-Z0-9-]+\).nginx.com/nginxaas/azure/css
3637
--ignore-url ^https://\([a-zA-Z0-9-]+\).nginx.com/nginx-gateway-fabric/css
@@ -107,4 +108,4 @@ jobs:
107108
with:
108109
timeout_minutes: 10
109110
max_attempts: 3
110-
command: ${{ env.cmd }}
111+
command: ${{ env.cmd }}

0 commit comments

Comments
 (0)