Skip to content

Commit 9cfb42c

Browse files
authored
Replace markdown link with proper xml link (#3473)
1 parent 38fb194 commit 9cfb42c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Printing.Interop/BaseDevModeType.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Attribute>
2020
</Attributes>
2121
<Docs>
22-
<summary>Specifies the type of default [DEVMODE](https://msdn.microsoft.com/library/windows/desktop/dd183565) structure to use as the base [DEVMODE](https://msdn.microsoft.com/library/windows/desktop/dd183565) for conversions of managed <see cref="T:System.Printing.PrintTicket" /> objects to unmanaged [DEVMODE](https://msdn.microsoft.com/library/windows/desktop/dd183565) structures.</summary>
22+
<summary>Specifies the type of default <see href="/windows/win32/api/wingdi/ns-wingdi-devmodea">DEVMODE</see> structure to use as the base <see href="/windows/win32/api/wingdi/ns-wingdi-devmodea">DEVMODE</see> for conversions of managed <see cref="T:System.Printing.PrintTicket" /> objects to unmanaged <see href="/windows/win32/api/wingdi/ns-wingdi-devmodea">DEVMODE</see> structures.</summary>
2323
<remarks>
2424
<format type="text/markdown"><![CDATA[
2525
@@ -48,7 +48,7 @@
4848
</ReturnValue>
4949
<MemberValue>1</MemberValue>
5050
<Docs>
51-
<summary>The printer's default [DEVMODE](https://msdn.microsoft.com/library/windows/desktop/dd183565) structure.</summary>
51+
<summary>The printer's default <see href="/windows/win32/api/wingdi/ns-wingdi-devmodea">DEVMODE</see> structure.</summary>
5252
</Docs>
5353
</Member>
5454
<Member MemberName="UserDefault">
@@ -69,7 +69,7 @@
6969
</ReturnValue>
7070
<MemberValue>0</MemberValue>
7171
<Docs>
72-
<summary>The user's default [DEVMODE](https://msdn.microsoft.com/library/windows/desktop/dd183565) structure.</summary>
72+
<summary>The user's default <see href="/windows/win32/api/wingdi/ns-wingdi-devmodea">DEVMODE</see> structure.</summary>
7373
</Docs>
7474
</Member>
7575
</Members>

0 commit comments

Comments
 (0)