docs(Packs): replace broken PAIPackTemplate.md link with structural description#1095
Closed
MukundaKatta wants to merge 1 commit intodanielmiessler:mainfrom
Closed
Conversation
…escription Tools/PAIPackTemplate.md no longer exists, so the Packs README's 'Creating a Pack' link 404'd. Replaced with a short description pointing contributors at existing packs for reference structure (each pack already has its own README.md + INSTALL.md). Maintainers can restore a canonical spec document later and update this section to link to it. Closes danielmiessler#1094
Author
|
Withdrawing — low-value drive-by docs change. Apologies for the noise. |
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
`Packs/README.md`'s "Creating a Pack" section linked to `../Tools/PAIPackTemplate.md`, which no longer exists, so the link 404s (confirmed by grep — the file isn't in the tree and grep finds no other template doc).
Replaced the dead link with a short structural description pointing contributors at the existing packs as reference. If a canonical spec doc is added back, the section can be re-pointed at it; happy to revise this PR if the template file is being restored.
Closes #1094
Testing
Docs-only. Verified `Tools/` has no template file.