This is an archive of the discontinued LLVM Phabricator instance.

[Documentation] Use HTTPS whenever possible in clang-tools-extra
ClosedPublic

Authored by Eugene.Zelenko on Jan 18 2019, 12:01 PM.

Diff Detail

Event Timeline

JonasToth accepted this revision.Jan 18 2019, 12:08 PM

very good idea. This reminds me, that i wanted to fix the hicpp links, as they restructured their website. thanks ;)
Changes LGTM!

This revision is now accepted and ready to land.Jan 18 2019, 12:08 PM
llvm-svn.src/tools/clang/tools/extra/docs/clang-tidy/checks/cppcoreguidelines-avoid-goto.rst
11 ↗(On Diff #182571)

this one led me to a "You connection is not private" screen

before redirecting me to https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard

the closest I can see is

https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard#statements

which take you to section 6 of the standard, but I see no id or name tags to get you to 6.3.1

the closest I can see is

https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard#statements

which take you to section 6 of the standard, but I see no id or name tags to get you to 6.3.1

Yes, they restructured their website (probably due to beeing bought or so). This is something i wanted to tackle already, but forgot.

Don't use HTTPS for www.codingstandard.com

This revision was automatically updated to reflect the committed changes.