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.
This commit is contained in:
2026-06-15 10:46:36 +01:00
parent f38b988a8f
commit 94aaa80181
+1 -1
View File
@@ -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");