Browse Source

docs: update share link

Aiden Cline 2 months ago
parent
commit
fe8c5c143e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      packages/web/src/content/docs/share.mdx

+ 4 - 4
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"
 }
 ```