Skip to content
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

Convert aka.ms links to https #44501

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

GrabYourPitchforks
Copy link
Member

This converts aka.ms and go.microsoft.com links throughout our markdown files, source comments, and error strings from http to https.

Note: Some files (like web.config) I intentionally left unchanged since they're auto-generated by tools, and the tool spits out an http link. I divided this PR into two commits to make this a bit clearer. The first commit touches all occurrences; the second commit calls out files that we shouldn't change and reverts them.

I originally wanted to send a larger PR that touches a bunch of files, including links to http://*.microsoft.com/blah, but it ended up becoming very noisy because I had to make sure we weren't touching XML schemas and related files. I'm thinking the easiest thing to do might be to send a few piecemeal PRs so that they're each easier to review independently.

There are no behavioral code changes as part of this PR. However, there are intentional resource string and obsoletion message changes.

@GrabYourPitchforks
Copy link
Member Author

Looking at the reviewer list, GitHub looks like it touched the world w.r.t. area ownership. Hooray, I guess?

@@ -17,7 +17,7 @@

The comments in this file are intended to give basic understanding of
the usage of SAL, the Microsoft Source Code Annotation Language.
For more details, please see https://go.microsoft.com/fwlink/?LinkID=242134
For more details, please see http://go.microsoft.com/fwlink/?LinkID=242134
Copy link
Member

Choose a reason for hiding this comment

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

why did you revert this one, it doesn't look like a generated file?

Copy link
Member Author

Choose a reason for hiding this comment

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

This file appears to have been copied verbatim from the VC++ SDK. The only thing we added was a header at the top of the file. I didn't want to change any of its contents.

@GrabYourPitchforks GrabYourPitchforks merged commit f56a56f into dotnet:master Nov 11, 2020
@GrabYourPitchforks GrabYourPitchforks deleted the akams_https branch November 11, 2020 21:03
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants