docs: Fix broken anchor links in README (mostly terraform)#85
Merged
Merged
Conversation
Collaborator
|
lgtm! please, fix DCO, after that we'll merge it |
Signed-off-by: Montana <montana@linux.com>
456cdde to
c2f6c57
Compare
Author
|
Hi @kvendingoldo, Signed off on it and DCO is successful via: Pushed with lease. |
kvendingoldo
approved these changes
Jul 8, 2026
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.
Hey all,
This fixes 10 broken internal anchor links in
README.md. No content changes, only link targets.When the hooks were renamed from
terraform_*totofu_*during the fork from pre-commit-terraform, the section headings in the README were updated but several links pointing to them were not. As a result, the "Hook notes" links in the "Available Hooks" table and one table-of-contents entry currently lead nowhere.Changes
existing
#tofu_*headings instead of the old#terraform_*anchors:tofu_docs,tofu_docs_replace,tofu_docs_without_aggregate_type_defaults,tofu_fmt,tofu_providers_lock,tofu_tflint,tofu_tfsec,tofu_trivy,and
tofu_wrapper_module_for_each(
#download-tofu-modules-...→#download-opentofu-modules-...) to match theactual heading slug
Verification
Checked every internal
](#...)link in the README against GitHub-generated heading anchors, zero broken links remain after this change.