Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-09-14 18:09:13 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2020-10-06 18:54:24 +0300
commitce789f1ca40289213fa14d024e8f71aa4058353d (patch)
tree4698cb3981154fcb7421f00dd21d1a949c6c16da /doc/api/tracing.md
parentf23a0e250cb8aa5867acef64a040989f62216e0e (diff)
doc: use .md extension for internal links
This helps catch broken links as part of the test suite. This also improves the user experience when browsing the markdown files. PR-URL: https://github.com/nodejs/node/pull/35191 Fixes: https://github.com/nodejs/node/issues/35189 Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/tracing.md')
-rw-r--r--doc/api/tracing.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/tracing.md b/doc/api/tracing.md
index 9350e0b9ca9..9d1c873a3e8 100644
--- a/doc/api/tracing.md
+++ b/doc/api/tracing.md
@@ -207,7 +207,7 @@ t2.enable();
console.log(trace_events.getEnabledCategories());
```
-[Performance API]: perf_hooks.html
-[V8]: v8.html
-[`Worker`]: worker_threads.html#worker_threads_class_worker
-[`async_hooks`]: async_hooks.html
+[Performance API]: perf_hooks.md
+[V8]: v8.md
+[`Worker`]: worker_threads.md#worker_threads_class_worker
+[`async_hooks`]: async_hooks.md