From 25c92904193385d015a59a2863a2c100857962d4 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 26 Aug 2026 05:14:49 +0000 Subject: [PATCH] docs(content): retarget the stale objectstack-ai/spec repository name at its 5 surviving content sites MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The repository was renamed twice; links to the intermediate `spec` name survive in two published blog posts and in `content/docs.site.json`. All three names resolve to the same repository today, so each of these costs a 301 rather than a 404 — but a rename redirect is a signal that decays, kept only while the old name stays unclaimed. Only the repository-name token inside each URL changes. No narrative sentence is rewritten: all three prose sites are present-tense navigational pointers ("join the discussion on GitHub", "everything is open source and versioned // github.com/..."), not historical claims about what the repo was once called, and none carries an issue number whose identity could differ between the two names. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01UjM2ia8Av1v5NqfqQEQmC6 --- content/blog/metadata-driven-architecture.mdx | 2 +- content/blog/protocol-first-development.mdx | 4 ++-- content/docs.site.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/blog/metadata-driven-architecture.mdx b/content/blog/metadata-driven-architecture.mdx index 83223ab567..99014abb46 100644 --- a/content/blog/metadata-driven-architecture.mdx +++ b/content/blog/metadata-driven-architecture.mdx @@ -583,4 +583,4 @@ ObjectStack is our answer. --- -*Want to dive deeper? Explore our [technical specifications](/docs/references) or join the discussion on [GitHub](https://github.com/objectstack-ai/spec/issues).* +*Want to dive deeper? Explore our [technical specifications](/docs/references) or join the discussion on [GitHub](https://github.com/objectstack-ai/objectstack/issues).* diff --git a/content/blog/protocol-first-development.mdx b/content/blog/protocol-first-development.mdx index 65d9cd9b4b..d41d45bf96 100644 --- a/content/blog/protocol-first-development.mdx +++ b/content/blog/protocol-first-development.mdx @@ -332,7 +332,7 @@ await db.query(` **The ObjectStack Approach:** ```typescript // Everything is open source and versioned -// github.com/objectstack-ai/spec +// github.com/objectstack-ai/objectstack export const FieldTypes = { text: z.object({ @@ -848,4 +848,4 @@ Join us in building it. --- -*Ready to build on ObjectStack? Check out our [Getting Started Guide](/docs/getting-started) or join the conversation on [GitHub Issues](https://github.com/objectstack-ai/spec/issues).* +*Ready to build on ObjectStack? Check out our [Getting Started Guide](/docs/getting-started) or join the conversation on [GitHub Issues](https://github.com/objectstack-ai/objectstack/issues).* diff --git a/content/docs.site.json b/content/docs.site.json index 71d9e8f9be..e892f8cadd 100644 --- a/content/docs.site.json +++ b/content/docs.site.json @@ -37,7 +37,7 @@ "socials": [ { "platform": "github", - "url": "https://github.com/objectstack-ai/spec" + "url": "https://github.com/objectstack-ai/objectstack" } ] }, @@ -60,7 +60,7 @@ "page": { "showLastUpdate": true, "showEditLink": true, - "repoBaseUrl": "https://github.com/objectstack-ai/spec" + "repoBaseUrl": "https://github.com/objectstack-ai/objectstack" }, "content": { "math": false,