diff options
author | Yang <940129520@qq.com> | 2022-01-10 16:13:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 16:13:45 +0800 |
commit | 8c40f90dffee8d1743a15081ba87b759a4720cd6 (patch) | |
tree | 85089031e41c5bf2fd6c90127afffcd922748362 /files/zh-cn/web/http | |
parent | 86a531482ef1ead9b41210cfad44abfbd36990dc (diff) | |
download | translated-content-8c40f90dffee8d1743a15081ba87b759a4720cd6.tar.gz translated-content-8c40f90dffee8d1743a15081ba87b759a4720cd6.tar.bz2 translated-content-8c40f90dffee8d1743a15081ba87b759a4720cd6.zip |
Fix wrong description for 301 status code (#3569)
Diffstat (limited to 'files/zh-cn/web/http')
-rw-r--r-- | files/zh-cn/web/http/status/302/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/http/status/302/index.html b/files/zh-cn/web/http/status/302/index.html index cfb8fb0d42..038833fadb 100644 --- a/files/zh-cn/web/http/status/302/index.html +++ b/files/zh-cn/web/http/status/302/index.html @@ -43,5 +43,5 @@ translation_of: Web/HTTP/Status/302 <ul> <li>{{HTTPStatus("307")}} <code>Temporary Redirect</code>, the equivalent of this status code, but that never changes the method used.</li> <li>{{HTTPStatus("303")}} <code>See Also</code>, a temporary redirect that changes the method used to {{HTTPMethod("GET")}}.</li> - <li>{{HTTPStatus("301")}} <code>Found</code>, the temporary redirect.</li> + <li>{{HTTPStatus("301")}} <code>Moved Permanently</code>, the permanent redirect.</li> </ul> |