Skip to content

Commit 78ecaab

Browse files
TylerMSFTTylerMSFT
authored andcommitted
change link for learning how to contribute
1 parent 93afbeb commit 78ecaab

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/overview/whats-new-cpp-docs.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: "02/05/2021"
55
---
66
# Microsoft C++ docs: What's new for Visual Studio 16.8
77

8-
This article lists some of the major changes to docs for the current release.
8+
This article lists some of the major changes to docs for Visual Studio 16.8.
99

1010
## C language
1111

@@ -135,9 +135,7 @@ This article lists some of the major changes to docs for the current release.
135135
### Updated articles
136136

137137
- [`__restrict`](../cpp/extension-restrict.md)
138-
- [Address-of Operator: &](../cpp/address-of-operator-amp.md) - Fixed issues identified in PR 3173
139-
- [if-else statement (C++)](../cpp/if-else-statement-cpp.md) - Fixed issues identified in PR 3173
140-
- [Primary Expressions](../cpp/primary-expressions.md) - Fixed issues identified in PR 3173
138+
- [if-else statement (C++)](../cpp/if-else-statement-cpp.md) - Added description for `if/else` grammar
141139
- [`union`](../cpp/unions.md) - Fixed code snippet
142140

143141
## Microsoft C++ in Visual Studio projects and build systems
@@ -156,7 +154,6 @@ This article lists some of the major changes to docs for the current release.
156154
- [`/permissive-` (Standards conformance)](../build/reference/permissive-standards-conformance.md) - Updated to 16.8 release notes
157155
- [`/clr` (Common Language Runtime Compilation)](../build/reference/clr-common-language-runtime-compilation.md) - Added description for `/clr`
158156
- [pgosweep](../build/pgosweep.md) - Added more pgosweep options
159-
- [`/sdl` (Enable Additional Security Checks)](../build/reference/sdl-enable-additional-security-checks.md) - Fixed issues identified in PR 3173
160157
- [Importing data using `__declspec(dllimport)`](../build/importing-data-using-declspec-dllimport.md) - Updated example
161158
## Microsoft C++ porting and upgrade guide
162159

@@ -190,7 +187,7 @@ This article lists some of the major changes to docs for the current release.
190187

191188
## Community contributors
192189

193-
The following people contributed to the C++, C, and Assembler docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](..\index.yml).
190+
The following people contributed to the C++, C, and Assembler docs during this period. Thank you! See [Microsoft Docs contributor guide overview](https://docs.microsoft.com/en-us/contribute/) if you'd like to learn how to contribute.
194191

195192
- [yecril71pl](https://github.com/yecril71pl) - Christopher Yeleighton (4)
196193
- [definedrisk](https://github.com/definedrisk) - Ben (3)

0 commit comments

Comments
 (0)