Skip to content

Commit 7dd72b6

Browse files
authored
PR review edit / relative link syntax
1 parent 71e5e71 commit 7dd72b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cppcx/deprecating-types-and-members-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In C++/CX, deprecation of Windows Runtime types and members for producers and co
1010

1111
> [!CAUTION]
1212
> The [Deprecated](/uwp/api/windows.foundation.metadata.deprecatedattribute) attribute is for use only with Windows Runtime types. For standard C++ classes and members, use
13-
[[[deprecated]]](../cpp/deprecated-cpp) (C++14 and later) or [__declspec(deprecated)](../cpp/deprecated-cpp.md).
13+
[[[deprecated]]](../cpp/deprecated-cpp.md) (C++14 and later) or [__declspec(deprecated)](../cpp/deprecated-cpp.md).
1414

1515
### Example
1616

0 commit comments

Comments
 (0)