Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c8edca

Browse files
CrosseyeJackmairaw
andcommitted
Fix http status code dead link (dotnet#2852)
* Fix http status code dead link The link pointing to the Http Status Codes is dead and redirects back to microsoft.com so fixed it. Seems like it pointing to msdn2.microsoft.com which is dead so just used the msdn.microsoft.com subdomain instead. Can't create a go.microsoft.com link so used the long link instead. * Update xml/System.Web/HttpResponse.xml Co-Authored-By: Maira Wenzel <[email protected]>
1 parent db18156 commit 2c8edca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Web/HttpResponse.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,7 @@ Response.RedirectToRoutePermanent("Product",
29372937
</ReturnValue>
29382938
<Docs>
29392939
<summary>Gets or sets the HTTP status code of the output returned to the client.</summary>
2940-
<value>An Integer representing the status of the HTTP output returned to the client. The default value is 200 (OK). For a listing of valid status codes, see [Http Status Codes](https://go.microsoft.com/fwlink/?LinkId=73157).</value>
2940+
<value>An Integer representing the status of the HTTP output returned to the client. The default value is 200 (OK). For a listing of valid status codes, see <see href="/windows/win32/winhttp/http-status-codes">HTTP Status Codes</see>.</value>
29412941
<remarks>
29422942
<format type="text/markdown"><![CDATA[
29432943
@@ -3685,4 +3685,4 @@ Response.RedirectToRoutePermanent("Product",
36853685
</Docs>
36863686
</Member>
36873687
</Members>
3688-
</Type>
3688+
</Type>

0 commit comments

Comments
 (0)