Point the guides at documentation that still exists - #25
Merged
Merged
Conversation
The deploying and Discord-setup guides sent readers to Planning/DEPLOYMENT.md and Planning/DISCORD_INTEGRATION.md, calling them the authoritative runbooks. Neither file exists any more, so both were dead links out of the published documentation. Deploying now points at the public Deployment/README.md and its First deploy section; Discord setup points at the Use Prompter on Discord guide for how to ask and read answers.
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.
The published deploying and Discord-setup guides pointed readers at
Planning/DEPLOYMENT.mdandPlanning/DISCORD_INTEGRATION.md, describing them as the authoritative runbooks and the source of truth.Neither file exists in
mainany more, so both were dead links leaving the published documentation.What this changes
guides/deploying.md— repointed to the publicDeployment/README.md, and to its## First deploysection for the configure/secrets/preview/deploy sequence. Also notes that the corpus is indexed once after first deploy and that Discord app setup comes before inviting questions.guides/discord-setup.md— the removed integration-contract reference is replaced with a pointer to the Use Prompter on Discord guide for how to ask questions and read answers.guides/running-locally.md— same dead-link repointing.Verification
Every link target was checked against current
main:Deployment/README.md✓, its#first-deployanchor (## First deploy) ✓,guides/using-prompter.md✓,concepts/grounded-answers.md✓,guides/discord-setup.md✓. Both removedPlanning/*files confirmed absent.None of the touched guides have been modified upstream since this change was written, so it applies cleanly.
Found as uncommitted changes in a local checkout during a workspace audit.