From fe8c5c143e396a627d033cbf5bc7ff1dbb5791aa Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Wed, 17 Dec 2025 10:18:30 -0600 Subject: [PATCH] docs: update share link --- packages/web/src/content/docs/share.mdx | 8 ++++---- 1 file 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/` +3. Makes the conversation accessible via the shareable link — `opncd.ai/s/` --- @@ -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" } ```