Skip to content

Commit 87bdfe5

Browse files
Fixed straggler broken links.
1 parent 3f92bcb commit 87bdfe5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/windows/wrl/agileeventsource-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An [InvokeModeOptions](invokemodeoptions-structure.md) stucture whose invokeMode
3131
3232
## Remarks
3333
34-
The vast majority of components in the Windows Runtime are agile components. For more information, see [Threading and Marshaling (C++/CX)](../cppcx/threading-and-marshaling-c-cx.md).
34+
The vast majority of components in the Windows Runtime are agile components. For more information, see [Threading and Marshaling (C++/CX)](../../cppcx/threading-and-marshaling-c-cx.md).
3535
3636
## Inheritance Hierarchy
3737

docs/windows/wrl/comptr-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ A `ComPtr` object that represents the interface specified by parameter *U*. Para
133133

134134
### Remarks
135135

136-
The first template is the form that you should use in your code. The second template is an internal, helper specialization that supports C++ language features such as the [auto](../cpp/auto-cpp.md) type deduction keyword.
136+
The first template is the form that you should use in your code. The second template is an internal, helper specialization that supports C++ language features such as the [auto](../../cpp/auto-cpp.md) type deduction keyword.
137137

138138
### Return Value
139139

@@ -241,7 +241,7 @@ An object of type *U*.
241241
242242
### Remarks
243243
244-
The first constructor is the default constructor, which implictly creates an empty object. The second constructor specifies [__nullptr](nullptr-cpp-component-extensions.md), which explicitly creates an empty object.
244+
The first constructor is the default constructor, which implictly creates an empty object. The second constructor specifies [__nullptr](../nullptr-cpp-component-extensions.md), which explicitly creates an empty object.
245245
246246
The third constructor creates an object from the object specified by a pointer.
247247

docs/windows/wrl/createactivationfactory-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ An assert error is emitted if template parameter *Factory* doesn't derive from i
5050
5151
## See Also
5252
53-
[Microsoft::WRL::Wrappers::Details Namespace](../windows/microsoft-wrl-wrappers-details-namespace.md)
53+
[Microsoft::WRL::Wrappers::Details Namespace](microsoft-wrl-wrappers-details-namespace.md)

0 commit comments

Comments
 (0)