Reverting to relative links. We will use a script to modify all relative links to release-version-aware absolute links during the release process to better support the Terraform Registry. At all other times it is easier to use relative links for navigating locally and on GitHub.
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality not to work as expected)
[x] This change requires a documentation update
How has this been tested?
Compare to previous commit. Only markdown affected.
Checklist
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
Reverting to relative links. We will use a script to modify all relative links to release-version-aware absolute links during the release process to better support the Terraform Registry. At all other times it is easier to use relative links for navigating locally and on GitHub.
Type of change
How has this been tested?
Checklist