docs: fix 5 broken intra-repo links#110
Merged
Merged
Conversation
Surfaced by lychee in the docs-ci workflow on PR #109. - bulk-redirects.md: configuration.md#redirect-action -> #redirect (matches the actual `### redirect` heading at L532). - exposed-credentials.md: configuration.md#exposed-credentials -> #exposed_credentials (matches `### exposed_credentials` at L1395). - web-bot-auth.md: configuration.md#bot_auth -> #authentication (the parent `## Authentication` section at L1000; bot_auth lives there as one of the eight built-in providers without its own subsection. Anchor parenthetical disambiguates). - feature-flags.md: scripting.md#cel-functions -> #3-cel-expressions (matches `## 3. CEL expressions` at L53; the reference is to the full CEL surface, not just functions). - routing-strategies.md: drop link to non-existent [Fail-6](roadmap.md). The line stays as plain text since the surrounding sentence is still accurate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Five intra-repo doc links were broken. The lychee link checker in the
docs / lint + execCI lane surfaced them when PR #109 happened to trigger that workflow's path filters.docs/bulk-redirects.mdconfiguration.md#redirect-actionconfiguration.md#redirectdocs/exposed-credentials.mdconfiguration.md#exposed-credentialsconfiguration.md#exposed_credentialsdocs/web-bot-auth.mdconfiguration.md#bot_authconfiguration.md#authenticationdocs/feature-flags.mdscripting.md#cel-functionsscripting.md#3-cel-expressionsdocs/routing-strategies.md[Fail-6](roadmap.md)Test plan
rg '(configuration\.md#redirect-action|configuration\.md#exposed-credentials|configuration\.md#bot_auth|scripting\.md#cel-functions|roadmap\.md)' docs/ llms.txt README.mdreturns 0 hitsdocs / lint + execCI lane should pass.