Use language neutral links to MDN insetead of es

This commit is contained in:
Info-Screen 2018-07-10 04:23:56 +02:00 committed by GitHub
parent 326ceec3c7
commit e2f4d2cdaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -734,7 +734,7 @@ _References:_
## http-redirect-code ## http-redirect-code
Sets the HTTP status code to be used in redirects. Sets the HTTP status code to be used in redirects.
Supported codes are [301](https://developer.mozilla.org/es/docs/Web/HTTP/Status/301),[302](https://developer.mozilla.org/es/docs/Web/HTTP/Status/302),[307](https://developer.mozilla.org/es/docs/Web/HTTP/Status/307) and [308](https://developer.mozilla.org/es/docs/Web/HTTP/Status/308) Supported codes are [301](https://developer.mozilla.org/docs/Web/HTTP/Status/301),[302](https://developer.mozilla.org/docs/Web/HTTP/Status/302),[307](https://developer.mozilla.org/docs/Web/HTTP/Status/307) and [308](https://developer.mozilla.org/docs/Web/HTTP/Status/308)
_**default:**_ 308 _**default:**_ 308
> __Why the default code is 308?__ > __Why the default code is 308?__