diff options
author | allo <yin199909@aliyun.com> | 2022-03-18 22:01:02 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-03-18 22:31:17 +0800 |
commit | 0227170ae69b5b6c35c7cfa59ab54918241349fd (patch) | |
tree | a402844e219afb50bb4f86a8ae9d1bf57ff47720 /files/zh-tw/web/api/console/index.html | |
parent | 8824afb494e5398bc0efcf5f7eb78782096fc90c (diff) | |
download | translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.gz translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.bz2 translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.zip |
auto replace anch with scripts
Diffstat (limited to 'files/zh-tw/web/api/console/index.html')
-rw-r--r-- | files/zh-tw/web/api/console/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/console/index.html b/files/zh-tw/web/api/console/index.html index 36320a69a8..914a0f3523 100644 --- a/files/zh-tw/web/api/console/index.html +++ b/files/zh-tw/web/api/console/index.html @@ -21,7 +21,7 @@ translation_of: Web/API/Console <pre class="brush: js">console.log("Failed to open the specified link")</pre> -<p>This page documents the {{anch("Methods")}} available on the <code>Console</code> object and gives a few {{anch("Usage")}} examples.</p> +<p>This page documents the <a href="#methods">Methods</a> available on the <code>Console</code> object and gives a few <a href="#usage">Usage</a> examples.</p> <p>{{AvailableInWorkers}}</p> |