fix: update URLs to use HTTPS in model migration prompts (#7705)

Update URLs to use HTTPS in model migration prompts

Closes #6685
This commit is contained in:
Pavel
2025-12-08 19:47:33 +03:00
committed by GitHub
parent 98923654d0
commit 056c2ee276
5 changed files with 8 additions and 6 deletions

View File

@@ -292,7 +292,9 @@ fn gpt_5_1_codex_max_migration_copy() -> ModelMigrationCopy {
),
Line::from(vec![
"Learn more at ".into(),
"www.openai.com/index/gpt-5-1-codex-max".cyan().underlined(),
"https://openai.com/index/gpt-5-1-codex-max/"
.cyan()
.underlined(),
".".into(),
]),
],
@@ -312,7 +314,7 @@ fn gpt5_migration_copy() -> ModelMigrationCopy {
),
Line::from(vec![
"Learn more at ".into(),
"www.openai.com/index/gpt-5-1".cyan().underlined(),
"https://openai.com/index/gpt-5-1/".cyan().underlined(),
".".into(),
]),
Line::from(vec!["Press enter to continue".dim()]),

View File

@@ -9,7 +9,7 @@ expression: terminal.backend()
than its predecessors and capable of long-running
project-scale work.
Learn more at www.openai.com/index/gpt-5-1-codex-max.
Learn more at https://openai.com/index/gpt-5-1-codex-max/.
Choose how you'd like Codex to proceed.

View File

@@ -10,6 +10,6 @@ expression: terminal.backend()
You can continue using legacy models by specifying them
directly with the -m option or in your config.toml.
Learn more at www.openai.com/index/gpt-5-1.
Learn more at https://openai.com/index/gpt-5-1/.
Press enter to continue

View File

@@ -10,6 +10,6 @@ expression: terminal.backend()
You can continue using legacy models by specifying them
directly with the -m option or in your config.toml.
Learn more at www.openai.com/index/gpt-5-1.
Learn more at https://openai.com/index/gpt-5-1/.
Press enter to continue

View File

@@ -10,6 +10,6 @@ expression: terminal.backend()
You can continue using legacy models by specifying them
directly with the -m option or in your config.toml.
Learn more at www.openai.com/index/gpt-5-1.
Learn more at https://openai.com/index/gpt-5-1/.
Press enter to continue