docs: fix broken managed databases link in migration guide - #4540
Open
latent-9 wants to merge 1 commit into
Open
docs: fix broken managed databases link in migration guide#4540latent-9 wants to merge 1 commit into
latent-9 wants to merge 1 commit into
Conversation
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.
While reading the "Migrating off hosted managed databases" guide, I noticed the link to the managed databases page points to
../docs/managed-databases.md. Fromdocs/guides/, that path resolves todocs/docs/managed-databases.md, which does not exist, so the link is broken in the rendered docs.The page itself lives at
docs/howto/managed-databases.md. This updates the link to../howto/managed-databases.md, which matches the form already used everywhere else the page is referenced (for example throughoutdocs/reference/changelog.md).This is a single-line docs change with nothing else touched. Thanks for maintaining sqlc.