mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
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:
@@ -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()]),
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user