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,