Skip to content

Commit 7dedda5

Browse files
authored
Fix file map link to absolute path (#581)
1 parent b3a3205 commit 7dedda5

21 files changed

+263
-263
lines changed

doc/snippets/Microsoft.Data.Sql/SqlNotificationRequest.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This class provides low-level access to the query notification services exposed
1111
1212
]]></format>
1313
</remarks>
14-
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
14+
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
1515
</SqlNotificationRequest>
1616
<ctor1>
1717
<summary>Creates a new instance of the <see cref="T:Microsoft.Data.Sql.SqlNotificationRequest" /> class with default values.</summary>
@@ -23,7 +23,7 @@ If the parameterless constructor is used to create a <xref:Microsoft.Data.Sql.Sq
2323
2424
]]></format>
2525
</remarks>
26-
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
26+
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
2727
</ctor1>
2828
<ctor2>
2929
<param name="userData">A string that contains an application-specific identifier for this notification. It is not used by the notifications infrastructure, but it allows you to associate notifications with the application state. The value indicated in this parameter is included in the Service Broker queue message.</param>
@@ -40,7 +40,7 @@ This constructor allows you to initialize a new <xref:Microsoft.Data.Sql.SqlNoti
4040
</remarks>
4141
<exception cref="T:System.ArgumentNullException">The value of the <paramref name="options" /> parameter is NULL.</exception>
4242
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="options" /> or <paramref name="userData" /> parameter is longer than <see langword="uint16.MaxValue" /> or the value in the <paramref name="timeout" /> parameter is less than zero.</exception>
43-
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
43+
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
4444
</ctor2>
4545
<Options>
4646
<summary>Gets or sets the SQL Server Service Broker service name where notification messages are posted.</summary>
@@ -64,7 +64,7 @@ The SQL Server Service Broker service must be previously configured on the serve
6464
</remarks>
6565
<exception cref="T:System.ArgumentNullException">The value is NULL.</exception>
6666
<exception cref="T:System.ArgumentException">The value is longer than <see langword="uint16.MaxValue" />.</exception>
67-
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
67+
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
6868
</Options>
6969
<Timeout>
7070
<summary>Gets or sets a value that specifies how long SQL Server waits for a change to occur before the operation times out.</summary>
@@ -78,7 +78,7 @@ After the time-out period expires, the notification is sent even if no change ta
7878
]]></format>
7979
</remarks>
8080
<exception cref="T:System.ArgumentOutOfRangeException">The value is less than zero.</exception>
81-
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
81+
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
8282
</Timeout>
8383
<UserData>
8484
<summary>Gets or sets an application-specific identifier for this notification.</summary>
@@ -92,7 +92,7 @@ This value is not used by the notifications infrastructure. Instead, it is a mec
9292
]]></format>
9393
</remarks>
9494
<exception cref="T:System.ArgumentException">The value is longer than <see langword="uint16.MaxValue" />.</exception>
95-
<related type="Article" href="~/docs/framework/data/adonet/sql/query-notifications-in-sql-server.md">Using Query Notifications</related>
95+
<related type="Article" href="/dotnet/framework/data/adonet/sql/query-notifications-in-sql-server">Using Query Notifications</related>
9696
</UserData>
9797
</members>
9898
</docs>

doc/snippets/Microsoft.Data.SqlClient.Server/SqlMetaData.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ The following are the default values assigned to `dbType`, depending on the `Sql
218218
<format type="text/markdown"><![CDATA[
219219
220220
## Remarks
221-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
221+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
222222
223223
]]></format>
224224
</remarks>
@@ -236,7 +236,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
236236
<format type="text/markdown"><![CDATA[
237237
238238
## Remarks
239-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
239+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
240240
241241
]]></format>
242242
</remarks>
@@ -255,7 +255,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
255255
<format type="text/markdown"><![CDATA[
256256
257257
## Remarks
258-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
258+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
259259
260260
]]></format>
261261
</remarks>
@@ -321,7 +321,7 @@ The following are the default values assigned to `dbType`, depending on the `Sql
321321
<format type="text/markdown"><![CDATA[
322322
323323
## Remarks
324-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
324+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
325325
326326
]]></format>
327327
</remarks>
@@ -341,7 +341,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
341341
<format type="text/markdown"><![CDATA[
342342
343343
## Remarks
344-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
344+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
345345
346346
]]></format>
347347
</remarks>
@@ -361,7 +361,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
361361
<format type="text/markdown"><![CDATA[
362362
363363
## Remarks
364-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
364+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
365365
366366
]]></format>
367367
</remarks>
@@ -384,7 +384,7 @@ For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet
384384
<format type="text/markdown"><![CDATA[
385385
386386
## Remarks
387-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
387+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
388388
389389
]]></format>
390390
</remarks>
@@ -692,7 +692,7 @@ The default is `FALSE`.
692692
693693
This property can only be set in one of the <xref:Microsoft.Data.SqlClient.Server.SqlMetaData> constructors.
694694
695-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
695+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
696696
697697
]]></format>
698698
</remarks>
@@ -777,7 +777,7 @@ Returns 0 if the scale of the underlying column type is not defined.
777777
## Remarks
778778
This property can only be set in one of the <xref:Microsoft.Data.SqlClient.Server.SqlMetaData> constructors.
779779
780-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
780+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
781781
782782
]]></format>
783783
</remarks>
@@ -793,7 +793,7 @@ The default is 1.
793793
794794
This property can only be set in one of the <xref:Microsoft.Data.SqlClient.Server.SqlMetaData> constructors.
795795
796-
For more information, see [Table-Valued Parameters](~/docs/framework/data/adonet/sql/table-valued-parameters.md).
796+
For more information, see [Table-Valued Parameters](/dotnet/framework/data/adonet/sql/table-valued-parameters).
797797
798798
]]></format>
799799
</remarks>

0 commit comments

Comments
 (0)