-
Notifications
You must be signed in to change notification settings - Fork 976
Update some http
links to https
#5810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update some http
links to https
#5810
Conversation
@Rageking8 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 5f82740: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this 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 HTTP links to HTTPS where possible to improve security and follow best practices for web links in documentation.
Key changes:
- Updated three HTTP links to HTTPS equivalents
- Modified links in comments and documentation text
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md | Updated WG21 link from HTTP to HTTPS |
docs/overview/cpp-conformance-improvements-2017.md | Updated open-std.org link from HTTP to HTTPS |
docs/error-messages/compiler-errors-2/compiler-error-c3066.md | Updated open-std.org link from HTTP to HTTPS |
docs/code-quality/using-the-cpp-core-guidelines-checkers.md | Updated NuGet package link from HTTP to HTTPS |
Can you review the proposed changes? Editorial changes LGTM Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel more secure now :-)
#sign-off |
Prefer
https
links where possible.