summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/web/src/content/docs/share.mdx8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/web/src/content/docs/share.mdx b/packages/web/src/content/docs/share.mdx
index ec59dc824..475ee08d0 100644
--- a/packages/web/src/content/docs/share.mdx
+++ b/packages/web/src/content/docs/share.mdx
@@ -17,7 +17,7 @@ When you share a conversation, OpenCode:
1. Creates a unique public URL for your session
2. Syncs your conversation history to our servers
-3. Makes the conversation accessible via the shareable link — `opencode.ai/s/<share-id>`
+3. Makes the conversation accessible via the shareable link — `opncd.ai/s/<share-id>`
---
@@ -41,7 +41,7 @@ To explicitly set manual mode in your [config file](/docs/config):
```json title="opencode.json"
{
- "$schema": "https://opencode.ai/config.json",
+ "$schema": "https://opncd.ai/config.json",
"share": "manual"
}
```
@@ -54,7 +54,7 @@ You can enable automatic sharing for all new conversations by setting the `share
```json title="opencode.json"
{
- "$schema": "https://opencode.ai/config.json",
+ "$schema": "https://opncd.ai/config.json",
"share": "auto"
}
```
@@ -69,7 +69,7 @@ You can disable sharing entirely by setting the `share` option to `"disabled"` i
```json title="opencode.json"
{
- "$schema": "https://opencode.ai/config.json",
+ "$schema": "https://opncd.ai/config.json",
"share": "disabled"
}
```