Normalize Wikipedia and Microsoft links in CFamily (#3321)
Update docs.microsoft.com to learn.microsoft.com.
This commit is contained in:
parent
ab6d0f08b7
commit
41ee3f5305
@ -54,7 +54,7 @@ When web pages have massively long names like "Java™ Platform, Standard Editio
|
||||
* Java Documentation - https://docs.oracle.com/en/java/
|
||||
* Kotlin Documentation - https://kotlinlang.org/docs/home.html
|
||||
* Kubernetes Documentation - https://kubernetes.io/docs/home/
|
||||
* Microsoft Learn - https://learn.microsoft.com/en-us/docs/
|
||||
* Microsoft Learn - https://learn.microsoft.com/en-us/
|
||||
* Microsoft Developer Blog - https://devblogs.microsoft.com/
|
||||
* MDN web docs - https://developer.mozilla.org/en-US/
|
||||
* Medium - https://medium.com/
|
||||
@ -65,7 +65,7 @@ When web pages have massively long names like "Java™ Platform, Standard Editio
|
||||
* PEP - https://peps.python.org/
|
||||
* PHP Documentation - https://www.php.net/docs.php
|
||||
* PHP Tutorials - https://www.phptutorial.net/
|
||||
* PEP 8 – Style Guide for Python Code - https://peps.python.org/pep-0008/
|
||||
* PEP 8 - Style Guide for Python Code - https://peps.python.org/pep-0008/
|
||||
* Python Documentation - https://docs.python.org/
|
||||
* React Documentation - https://reactjs.org/
|
||||
* Rhino Security Labs - https://rhinosecuritylabs.com/
|
||||
|
@ -8,7 +8,7 @@ This rule raises an issue whenever the file specified in a ``++#include++`` dire
|
||||
|
||||
== Resources
|
||||
|
||||
* https://docs.microsoft.com/en-us/cpp/preprocessor/hash-include-directive-c-cpp[MSVC documentation]
|
||||
* Microsoft Learn - https://learn.microsoft.com/en-us/cpp/preprocessor/hash-include-directive-c-cpp[``++#include++`` directive (C/C++)]
|
||||
|
||||
ifdef::env-github,rspecator-view[]
|
||||
|
||||
|
@ -45,7 +45,7 @@ port = ntohs(sa->sin_port);
|
||||
== Resources
|
||||
|
||||
* https://tools.ietf.org/html/rfc1700[RFC-1700]
|
||||
* https://en.wikipedia.org/wiki/Endianness[Endianness]
|
||||
* Wikipedia - https://en.wikipedia.org/wiki/Endianness[Endianness]
|
||||
|
||||
ifdef::env-github,rspecator-view[]
|
||||
|
||||
|
@ -214,7 +214,7 @@ the ABA problem, where `A` and `B` refers to the values of the resource.
|
||||
* {cpp} reference - https://en.cppreference.com/w/cpp/thread/mutex[`std::mutex`]
|
||||
* {cpp} reference - https://en.cppreference.com/w/cpp/thread/scoped_lock[`std::scoped_lock`]
|
||||
* https://cwe.mitre.org/data/definitions/367[MITRE, CWE-367] - Time-of-check Time-of-use (TOCTOU) Race Condition
|
||||
* https://en.wikipedia.org/wiki/ABA_problem[ABA problem]
|
||||
* Wikipedia - https://en.wikipedia.org/wiki/ABA_problem[ABA problem]
|
||||
|
||||
ifdef::env-github,rspecator-view[]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user