Skip to content

Commit 8cb67db

Browse files
author
Colin Robertson
committed
Address Stack Overflow branding issues
1 parent e850a9b commit 8cb67db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cpp/welcome-back-to-cpp-modern-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The articles in this part of the documentation provide high-level guidelines and
119119

120120
- [Portability At ABI Boundaries](../cpp/portability-at-abi-boundaries-modern-cpp.md)
121121

122-
For more information, see the StackOverflow article [what C++ idioms are deprecated in C++11](https://stackoverflow.com/questions/9299101/which-c-idioms-are-deprecated-in-c11).
122+
For more information, see the Stack Overflow article [Which C++ idioms are deprecated in C++11](https://stackoverflow.com/questions/9299101/which-c-idioms-are-deprecated-in-c11).
123123

124124
## See also
125125

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5359,7 +5359,7 @@ int main() {
53595359

53605360
## <a name="random_shuffle"></a> random_shuffle
53615361

5362-
The std::random_shuffle() function is deprecated, replaced by [std::shuffle](../standard-library/algorithm-functions.md#shuffle). For a code example and more information, see [\<random>](../standard-library/random.md) and the Stackoverflow posting [Why are std::random_shuffle methods being deprecated in C++14?](http://go.microsoft.com/fwlink/p/?linkid=397954).
5362+
The std::random_shuffle() function is deprecated, replaced by [std::shuffle](../standard-library/algorithm-functions.md#shuffle). For a code example and more information, see [\<random>](../standard-library/random.md) and the Stack Overflow post [Why are std::random_shuffle methods being deprecated in C++14?](http://go.microsoft.com/fwlink/p/?linkid=397954).
53635363

53645364
## <a name="remove"></a> remove
53655365

0 commit comments

Comments
 (0)