docs: fix broken Available Skills links in README#38
Open
erain wants to merge 1 commit intogoogle:mainfrom
Open
docs: fix broken Available Skills links in README#38erain wants to merge 1 commit intogoogle:mainfrom
erain wants to merge 1 commit intogoogle:mainfrom
Conversation
After the repo restructure, each entry in the Available Skills section of the README pointed to a skill directory. None of those directories contain a README.md, so GitHub renders the file listing instead of the skill documentation, making every link appear broken. Append /SKILL.md to all 13 entries so the links resolve to the rendered skill docs. Fixes google#30
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
After the repo restructure (commit 6f0b877), every entry in the Available Skills section of the README points to a skill directory. None of those directories contain a
README.md, so GitHub renders the file listing instead of the skill documentation — which is why all 13 links appear broken (see screenshots in #30).This PR appends
/SKILL.mdto each of the 13 links so they resolve to the rendered skill doc.Fixes #30.
Changes
README.md: 13 link targets updated from./skills/cloud/<name>→./skills/cloud/<name>/SKILL.md.Test plan
SKILL.mdtarget file exists in the working tree.