From 3d53a8b2d25630e58f207078776d3e80b347908f Mon Sep 17 00:00:00 2001 From: Guanzhou Song Date: Mon, 3 Aug 2026 15:15:34 -0400 Subject: [PATCH] Fix the outbound build-from-source link that 404s 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 #135; that hunk is dropped rather than rebased, leaving only the change still needed. --- app/services/articleService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/articleService.ts b/app/services/articleService.ts index d8fdc59..29f6257 100644 --- a/app/services/articleService.ts +++ b/app/services/articleService.ts @@ -274,7 +274,7 @@ If something does not work on the first try: ## Next steps - [Docker Quick Start](/docs/getting-started/docker) -- [Building from source](https://github.com/documentdb/documentdb/blob/main/docs/v1/building.md) +- [Building the packages from source](https://github.com/documentdb/documentdb/blob/main/packaging/README.md) - [Mongo Shell Quick Start](/docs/getting-started/mongo-shell-quickstart) - [Node.js Quick Start](/docs/getting-started/nodejs-setup) - [Python Quick Start](/docs/getting-started/python-setup)