Uh oh!
There was an error while loading. Please reload this page.
Fix the outbound build-from-source link that 404s - #132
Merged
guanzhousongmicrosoft merged 1 commit intoAug 3, 2026
Merged
Conversation
The packages quick start links to docs/v1/building.md in the engine repository, which returns 404 - that path no longer exists. Build instructions for the packages now live in packaging/README.md, and the link text is adjusted to match what the target actually covers. The blog link this branch also carried was fixed in documentdb#135; that hunk is dropped rather than rebased, leaving only the change still needed.
GuanzhouSongforce-pushed
the
fix-broken-github-links
branch
from
August 3, 2026 19:15
45faa49 to
3d53a8bCompareguanzhousongmicrosoft
approved these changes
Aug 3, 2026
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
The packages quick start links to
docs/v1/building.mdin the engine repository, which no longer exists:Build instructions for the packages live in
packaging/README.mdnow, and the link text is adjusted to match what the target actually covers.Rebased
This branch originally carried a second fix, for the moved backup-and-restore link in the March operator blog post. #135 has since applied exactly that change, so the hunk is dropped rather than rebased — what remains is the part still needed.