Skip to content

Commit 13a7d9c

Browse files
authored
Fix broken links (dotnet#5266)
* Fix broken links * Another broken link
1 parent 47f7b09 commit 13a7d9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/System.Runtime.InteropServices.ComTypes/IMoniker.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
<format type="text/markdown"><![CDATA[
10681068
10691069
## Remarks
1070-
For more information, see [IMoniker::RelativePath method](/windows/win32/api/objidl/nf-objidl-imoniker-relativepath).
1070+
For more information, see [IMoniker::RelativePathTo method](/windows/win32/api/objidl/nf-objidl-imoniker-relativepathto).
10711071
10721072
]]></format>
10731073
</remarks>
@@ -1120,7 +1120,7 @@
11201120
<format type="text/markdown"><![CDATA[
11211121
11221122
## Remarks
1123-
For more information, see [IPersistStream::Save method](/windows/win32/api/objidl/nf-objidl-ipersiststream-size).
1123+
For more information, see [IPersistStream::Save method](/windows/win32/api/objidl/nf-objidl-ipersiststream-save).
11241124
11251125
]]></format>
11261126
</remarks>

xml/System.Runtime.InteropServices.ComTypes/ITypeInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<format type="text/markdown"><![CDATA[
110110
111111
## Remarks
112-
For more information, see [ITypeInfo::AddressOfMember method](/win32/api/oaidl/nf-oaidl-itypeinfo-addressofmember).
112+
For more information, see [ITypeInfo::AddressOfMember method](/windows/win32/api/oaidl/nf-oaidl-itypeinfo-addressofmember).
113113
114114
]]></format>
115115
</remarks>

0 commit comments

Comments
 (0)