Skip to content

Commit b8e14e3

Browse files
committed
fix link issue
1 parent 2e5fd28 commit b8e14e3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/build/reference/zc-gotoscope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ t.cpp(17): error C2362: initialization of 's' is skipped by 'goto OnError'
8989
## See also
9090

9191
[`/Zc` (Conformance)](zc-conformance.md)\
92-
[`/permissive-](./permissive-standards-conformance.md)\
92+
[`/permissive-`](./permissive-standards-conformance.md)\
9393
[`/std` (Specify language standard version)](std-specify-language-standard-version.md)

docs/build/reference/zc-nrvo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ For more information and examples of mandatory and optional copy elision under *
4545

4646
[`/Zc` (Conformance)](zc-conformance.md)\
4747
[`/O2`](./o1-o2-minimize-size-maximize-speed.md)\
48-
[`/permissive-](./permissive-standards-conformance.md)\
48+
[`/permissive-`](./permissive-standards-conformance.md)\
4949
[`/std` (Specify language standard version)](std-specify-language-standard-version.md)

docs/build/reference/zc-templatescope.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ void f(T&& t) {
3131

3232
/* Output:
3333
t.cpp(3): error C7527: 'T': a template parameter name cannot be reused within its scope
34-
Compiling with '/Zc:templateScope' will inform the compiler to generate this diagnostic.
3534
*/
3635
```
3736
@@ -46,5 +45,5 @@ Compiling with '/Zc:templateScope' will inform the compiler to generate this dia
4645
## See also
4746
4847
[`/Zc` (Conformance)](zc-conformance.md)\
49-
[`/permissive-](./permissive-standards-conformance.md)\
48+
[`/permissive-`](./permissive-standards-conformance.md)\
5049
[`/std` (Specify language standard version)](std-specify-language-standard-version.md)

0 commit comments

Comments
 (0)