diff --git a/files/zh-cn/.markdownlint.jsonc b/files/zh-cn/.markdownlint.jsonc index b03a853f3e2616..6af1da01b2dc36 100644 --- a/files/zh-cn/.markdownlint.jsonc +++ b/files/zh-cn/.markdownlint.jsonc @@ -63,7 +63,7 @@ }, { "name": "chrome-dev-mirror-links", - "message": "Don't use developer.chrome.com for links in zh-cn localizations", + "message": "Use the CN mirror site for developer.chrome.com", "searchPattern": "/\\]\\(https:\\/\\/developer.chrome.com\\//g", "replace": "](https://developer.chrome.google.cn/", "searchScope": "text", diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/history/index.md b/files/zh-cn/mozilla/add-ons/webextensions/api/history/index.md index 5efcfba3222d3c..7fc63ab6bd4ffb 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/history/index.md +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/history/index.md @@ -64,9 +64,7 @@ slug: Mozilla/Add-ons/WebExtensions/API/history {{WebExtExamples("h2")}} > [!NOTE] -> 该 API 基于 Chromium 的[`chrome.history`](https://developer.chrome.google.cn/docs/extensions/reference/api/history) API。该文档由 Chromium 代码中的[`history.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/history.json)衍生而来。 -> -> 微软 Edge 兼容性数据由微软公司提供并包含在如下证书中——Creative Commons Attribution 3.0 United States License. +> 该 API 基于 Chromium 的 [`chrome.history`](https://developer.chrome.google.cn/docs/extensions/reference/api/history) API。该文档由 Chromium 代码中的 [`history.json`](https://chromium.googlesource.com/chromium/src/+/master/chrome/common/extensions/api/history.json) 衍生而来。