Skip to content

Commit b517307

Browse files
authored
Broken links (#3896)
* fix broken link * fix broken link * encase invalid URL
1 parent 56c319d commit b517307

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xml/System.Web.Services.Protocols/SoapRpcMethodAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
</ReturnValue>
128128
<Docs>
129129
<summary>Gets or sets the <see langword="SOAPAction" /> HTTP header field of the SOAP request.</summary>
130-
<value>The <see langword="SOAPAction" /> HTTP header field of the SOAP request. The default is http://tempuri.org/MethodName where MethodName is the name of the XML Web service method.</value>
130+
<value>The <see langword="SOAPAction" /> HTTP header field of the SOAP request. The default is <c>http://tempuri.org/MethodName</c> where MethodName is the name of the XML Web service method.</value>
131131
<remarks>
132132
<format type="text/markdown"><![CDATA[
133133

xml/System.Web.UI.WebControls/WebControl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ void Application_Start(object sender, EventArgs e)
11321132
</remarks>
11331133
<altmember cref="P:System.Web.UI.Control.EnableTheming" />
11341134
<altmember cref="P:System.Web.UI.WebControls.WebControl.SkinID" />
1135-
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ykzx33wh(v=vs.100)(v=vs.100)">ASP.NET Themes Overview</related>
1135+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ykzx33wh(v=vs.100)">ASP.NET Themes Overview</related>
11361136
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/zt27tfhy(v=vs.100)">Developing Custom ASP.NET Server Controls</related>
11371137
</Docs>
11381138
</Member>

xml/System.Web.UI/DataSourceControl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@
619619
]]></format>
620620
</remarks>
621621
<exception cref="T:System.NotSupportedException">An attempt was made to set the value of the <see cref="P:System.Web.UI.DataSourceControl.SkinID" /> property.</exception>
622-
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ykzx33wh(v=vs.100)(v=vs.100)">ASP.NET Themes Overview</related>
622+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ykzx33wh(v=vs.100)">ASP.NET Themes Overview</related>
623623
</Docs>
624624
</Member>
625625
<Member MemberName="System.ComponentModel.IListSource.ContainsListCollection">

0 commit comments

Comments
 (0)