From 94aaa80181bacc011910cf5797372b120223dcb3 Mon Sep 17 00:00:00 2001 From: robbond Date: Mon, 15 Jun 2026 10:46:36 +0100 Subject: [PATCH] fix: replace chat.openai.com with chatgpt.com in all URLs Updated manual export provider instructions to reference https://chatgpt.com instead of the deprecated https://chat.openai.com URL. Affects only the generated copy-paste output shown to users. --- src/providers/manual-export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/manual-export.js b/src/providers/manual-export.js index 3ef56a5..3deb895 100644 --- a/src/providers/manual-export.js +++ b/src/providers/manual-export.js @@ -54,7 +54,7 @@ function formatManualExport(prompt, toolName) { lines.push("└───────────────────────────────────────────────────┘"); lines.push(""); lines.push("📝 INSTRUCTIONS:"); - lines.push("1. Open https://chat.openai.com (or your ChatGPT Business URL)"); + lines.push("1. Open https://chatgpt.com (or your ChatGPT Business URL)"); lines.push("2. Paste the prompt above into the input box"); lines.push("3. Click Send"); lines.push("4. Review ChatGPT's second-opinion response");