Skip to content

Conversation

@rakleed
Copy link
Contributor

@rakleed rakleed commented Dec 7, 2025

Update URLs to use HTTPS in model migration prompts

Closes #6685

Copilot AI review requested due to automatic review settings December 7, 2025 17:18
@github-actions
Copy link

github-actions bot commented Dec 7, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@rakleed
Copy link
Contributor Author

rakleed commented Dec 7, 2025

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Dec 7, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates model migration prompt URLs to use HTTPS protocol instead of plain domain names, improving security and following modern web standards. The change addresses issue #6685 by ensuring all OpenAI documentation links use secure connections.

  • Updated URL format from www.openai.com to https://openai.com with trailing slashes
  • Applied changes consistently across source code and test snapshots

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
codex-rs/tui/src/model_migration.rs Updated two URL strings to use HTTPS protocol and proper formatting
codex-rs/tui/src/snapshots/codex_tui__model_migration__tests__model_migration_prompt_gpt5_family.snap Updated snapshot to reflect HTTPS URL for gpt-5.1 model family documentation
codex-rs/tui/src/snapshots/codex_tui__model_migration__tests__model_migration_prompt_gpt5_codex_mini.snap Updated snapshot to reflect HTTPS URL for gpt-5.1 codex-mini documentation
codex-rs/tui/src/snapshots/codex_tui__model_migration__tests__model_migration_prompt_gpt5_codex.snap Updated snapshot to reflect HTTPS URL for gpt-5.1 codex documentation
codex-rs/tui/src/snapshots/codex_tui__model_migration__tests__model_migration_prompt.snap Updated snapshot to reflect HTTPS URL for gpt-5.1-codex-max documentation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rakleed
Copy link
Contributor Author

rakleed commented Dec 8, 2025

@etraut-openai I fixed formatting issue. Could you rerun CI checks?

@etraut-openai etraut-openai merged commit 056c2ee into openai:main Dec 8, 2025
32 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't open link www.openai.com/index/gpt-5-1 from changelog from JetBrains IDE

2 participants