Update links in slim-registry.json to replace underscores with hyphens to ensure that the correct files are accessed without causing 404 errors in slim-cli.
Proposed Changes
[CHANGE] Updated the following links in slim-registry.json:
Changed GOVERNANCE_TEMPLATE_SMALL_TEAMS.md to GOVERNANCE-TEMPLATE-SMALL-TEAMS.md.
Changed any other links that had underscores to use hyphens instead.
Issues
This change addresses link resolution errors caused by incorrect file paths in the repository.
Testing
Verified that the new links correctly resolve to the appropriate files in the repository.
Tested the CLI tool to ensure it successfully applies the best practices using the updated links.
Purpose
slim-registry.json
to replace underscores with hyphens to ensure that the correct files are accessed without causing 404 errors inslim-cli
.Proposed Changes
slim-registry.json
:GOVERNANCE_TEMPLATE_SMALL_TEAMS.md
toGOVERNANCE-TEMPLATE-SMALL-TEAMS.md
.Issues
Testing