Skip to content

Commit 0b103bd

Browse files
TylerMSFTTylerMSFT
authored andcommitted
link fix
1 parent 2e63e8d commit 0b103bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/reference/link-repro-full-path-rsp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The linker produces `test.rsp` containing the following lines to reflect the ful
3838

3939
### To set this linker option programmatically
4040

41-
- See <xref:Microsoft.VisualStudio.VCProjectEngine.VCLinkerTool.additionaloptions>.
41+
- See [VCLinkerTool.AdditionalOptions](/dotnet/api/microsoft.visualstudio.vcprojectengine.vclinkertool.additionaloptions?view=visualstudiosdk-2022)
4242

4343
## See also
4444

docs/cpp/casting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Casting"
32
description: "Learn more about: Casting in C++"
3+
title: "Casting"
44
ms.date: 6/11/2024
55
helpviewer_keywords: ["casting [C++]", "coercion [C++]", "virtual functions [C++], in derived classes [C++]", "static cast operator", "dynamic cast operator", "polymorphic classes [C++]", "classes [C++], polymorphism"]
6-
ai.
6+
ai-usage: ai-assisted
77
---
88
# Casting
99

0 commit comments

Comments
 (0)