Skip to content

Commit a502cf7

Browse files
committed
update links to windows docs
1 parent 1e3a427 commit a502cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-quality/c6065.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ int PrintDiagnostic(UNICODE_STRING u)
4141

4242
[format specification syntax: printf and wprintf functions](../c-runtime-library/format-specification-syntax-printf-and-wprintf-functions.md)\
4343
[`sprintf_s, _sprintf_s_l, swprintf_s, _swprintf_s_l`](../c-runtime-library/reference/sprintf-s-sprintf-s-l-swprintf-s-swprintf-s-l.md)\
44-
[`UNICODE_STRING`](/windows/win32/api/ntdef/ns-ntdef-_unicode_string.md)\
45-
[`ANSI_STRING/_STRING`](/windows/win32/api/ntdef/ns-ntdef-string.md)\
44+
[`UNICODE_STRING`](https://learn.microsoft.com/windows/win32/api/ntdef/ns-ntdef-_unicode_string)\
45+
[`ANSI_STRING/_STRING`](https://learn.microsoft.com/windows/win32/api/ntdef/ns-ntdef-string)\
4646
[C4313](../error-messages/compiler-warnings/compiler-warning-level-1-c4313.md)

0 commit comments

Comments
 (0)