summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-17 10:18:30 -0600
committerAiden Cline <[email protected]>2025-12-17 10:18:30 -0600
commitfe8c5c143e396a627d033cbf5bc7ff1dbb5791aa (patch)
tree77c85dbbec77418c94a5471fa07fe25261469808 /packages/web/src
parentd6f86e9bb71b38a37684b623cd933bc7a65e13fa (diff)
downloadopencode-fe8c5c143e396a627d033cbf5bc7ff1dbb5791aa.tar.gz
opencode-fe8c5c143e396a627d033cbf5bc7ff1dbb5791aa.zip
docs: update share link
Diffstat (limited to 'packages/web/src')
-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"
}
```