You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markdown linter introduces new rules for referencing links. No single words are allowed, for example: "here".
Error: CHANGELOG.md:695:4 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: CHANGELOG.md:1098:16 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: CHANGELOG.md:1266:4 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: CONTRIBUTING.md:79:87 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: deployments/README.md:4:15 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: examples/custom-resources/oidc/README.md:61:5 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: examples/custom-resources/oidc/README.md:69:41 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: examples/ingress-resources/daemon-set/README.md:7:2 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: examples/shared-examples/rbac/README.md:5:2 MD059/descriptive-link-text Link text should be descriptive [Context: "[here]"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md059.md
Error: Failed with exit code: 1
The text was updated successfully, but these errors were encountered:
We generally try to avoid ambiguous link names, so we actually fix these everywhere we can in product documentation - within DocOps, we also apply it to our "process" documentation (non-product documentation, such as READMEs).
I can fix these, otherwise the standard approach is to have the link name as the page or section name for clarity.
Uh oh!
There was an error while loading. Please reload this page.
Version
edge
What Kubernetes platforms are you running on?
Kind
Steps to reproduce
Issue: #7797
Markdown linter introduces new rules for referencing links. No single words are allowed, for example: "here".
The text was updated successfully, but these errors were encountered: