-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zh-cn]: Correct the link in tutorial of command line #18558
Conversation
Preview URLs Flaws (16)URL:
(comment last updated: 2024-03-11 01:39:59) |
files/zh-cn/learn/tools_and_testing/understanding_client-side_tools/command_line/index.md
Outdated
Show resolved
Hide resolved
|
||
但是,这个 URL 是页面的旧位置。如果你在一个新的浏览器标签中输入它,你将 (最终) 被重定向到[https://developer.mozilla.org/en-US/docs/Web/API/fetch](/zh-CN/docs/Web/API/fetch). | ||
但是,这个 URL 是页面的旧位置。如果你在一个新的浏览器标签中输入它,你将 (最终) 被重定向到[https://developer.mozilla.org/zh-CN/docs/Web/API/fetch](/zh-CN/docs/Web/API/fetch). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
但是,这个 URL 是页面的旧位置。如果你在一个新的浏览器标签中输入它,你将 (最终) 被重定向到[https://developer.mozilla.org/zh-CN/docs/Web/API/fetch](/zh-CN/docs/Web/API/fetch). | |
但是,这个 URL 是页面的旧位置。如果你在一个新的浏览器标签中输入它,你将 (最终) 被重定向到 [https://developer.mozilla.org/zh-CN/docs/Web/API/fetch](/zh-CN/docs/Web/API/fetch)。 |
…tools/command_line/index.md Co-authored-by: Jason Lam <jasonlamv-t@hotmail.com>
@@ -284,7 +286,7 @@ curl https://developer.mozilla.org/docs/Web/API/fetch -L -I | grep location | |||
输出应该是这样的 (`curl` 首先会输出一些下载计数器之类的东西): | |||
|
|||
```bash | |||
location: /en-US/docs/Web/API/fetch | |||
location: /zh-CN/docs/Web/API/fetch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In previous updates to url's local, we specifically skipped this section in the doc because it would make the context of the document inconsistent.
The English document has reorganized this section. I think we should completely synchronize the content instead of just modifying a few links.
Edit:
Left a -1
here to avoid introducing incorrect content
No description provided.