Skip to content

Commit

Permalink
fix: chrome devtools links
Browse files Browse the repository at this point in the history
  • Loading branch information
PassionPenguin committed Sep 23, 2024
1 parent bab5a48 commit 4c6d0f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/developer_tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ l10n:
- 维基百科上的 [Web 开发者工具](https://zh.wikipedia.org/wiki/Web开发工具)
- [Firefox 开发者工具](https://firefox-source-docs.mozilla.org/devtools-user/index.html)
- [Firebug](https://getfirebug.com/)(Firefox 开发者工具的前身)
- chrome.com 上的 [Chrome 开发者工具](https://developers.google.cn/web/tools/chrome-devtools)
- chrome.com 上的 [Chrome 开发者工具](https://developer.chrome.google.cn/docs/devtools)
- apple.com.cn 上的 [Safari 开发者工具](https://support.apple.com/zh-cn/guide/safari-developer/dev073038698/mac)
- microsoft.com 上的 [Edge 开发者工具](https://docs.microsoft.com/archive/microsoft-edge/legacy/developer/)
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/console/assert_static/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ console.assert(false, "the word is %s", "foo");
- [WHATWG Console Standard: console.assert](https://console.spec.whatwg.org/#assert-condition-data)
- [Opera Dragonfly documentation: Console](http://www.opera.com/dragonfly/documentation/console/)
- [MSDN: Using the F12 Tools Console to View Errors and Status](http://msdn.microsoft.com/library/gg589530)
- [Chrome Developer Tools: Using the Console](https://developers.google.cn/web/tools/chrome-devtools/#assertions)
- [Chrome Developer Tools: Using the Console](https://developer.chrome.com/docs/devtools/console/api#assert)
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/console/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ console.log("Failed to open the specified link");
- {{domxref("console.timeLog_static", "console.timeLog()")}}
- : 打印特定[定时器](#定时器)所运行的时间。
- {{domxref("console.timeStamp_static", "console.timeStamp()")}} {{Non-standard_inline}}
- : 添加一个标记到浏览器的 [Timeline](https://developers.google.cn/web/tools/chrome-devtools/)[Waterfall](https://profiler.firefox.com/docs/) 工具。
- : 添加一个标记到浏览器的 [Timeline](https://developer.chrome.google.cn/docs/devtools/performance/timeline-reference)[Waterfall](https://profiler.firefox.com/docs/) 工具。
- {{domxref("console.trace_static", "console.trace()")}}
- : 输出[堆栈跟踪](#堆栈跟踪)
- {{domxref("console.warn_static", "console.warn()")}}
Expand Down

0 comments on commit 4c6d0f6

Please sign in to comment.