Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/blog/metadata-driven-architecture.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -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).*
4 changes: 2 additions & 2 deletions content/blog/protocol-first-development.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -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({
Expand DownExpand Up@@ -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).*
4 changes: 2 additions & 2 deletions content/docs.site.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,7 +37,7 @@
"socials": [
{
"platform": "github",
"url": "https://github.com/objectstack-ai/spec"
"url": "https://github.com/objectstack-ai/objectstack"
}
]
},
Expand All@@ -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,
Expand Down
Loading