From 87e6f2a05746b5b582e12eb4c502b563e7ebfc40 Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Mon, 1 Oct 2018 21:33:54 -0700 Subject: [PATCH 1/2] Fixed minor typo (to early -> too early) --- doc/guides/diagnostic-tooling-support-tiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/diagnostic-tooling-support-tiers.md b/doc/guides/diagnostic-tooling-support-tiers.md index 189c75c1974d02..17c342fabe16bd 100644 --- a/doc/guides/diagnostic-tooling-support-tiers.md +++ b/doc/guides/diagnostic-tooling-support-tiers.md @@ -143,6 +143,6 @@ The tools are currently assigned to Tiers as follows: | Profiling | DTrace | No | Partial | 3 | | Profiling | Windows Xperf | No | ? | ? | | Profiling | 0x | No | No | 4 | - | Profiling | node-clinic | No | No | to early | + | Profiling | node-clinic | No | No | too early | | F/P/T | appmetrics | No | No | ? | | M/T | eBPF tracing tool | No | No | ? | From 205ed686fc7a3f5157222b8ab1425331749ea71a Mon Sep 17 00:00:00 2001 From: Justin Lee Date: Mon, 1 Oct 2018 21:38:04 -0700 Subject: [PATCH 2/2] Fixed incorrect anchoring (#vcbuild.bat -> #vcbuildbat) --- doc/guides/maintaining-the-build-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/maintaining-the-build-files.md b/doc/guides/maintaining-the-build-files.md index d6e4b0be249c24..f3f7bbf5e2c0fd 100644 --- a/doc/guides/maintaining-the-build-files.md +++ b/doc/guides/maintaining-the-build-files.md @@ -17,7 +17,7 @@ There are three main build files that may be directly run when building Node.js: - `vcbuild.bat`: A Windows Batch Script that locates build tools, provides a subset of the targets available in the [Makefile](#makefile), and a few targets of its own. For a detailed guide on this script, see - [vcbuild.bat](#vcbuild.bat). + [vcbuild.bat](#vcbuildbat). - `Makefile`: A Makefile that can be run with GNU Make. It provides a set of targets that build and test the Node.js binary, produce releases and documentation, and interact with the CI to run benchmarks or tests. For a @@ -41,7 +41,7 @@ need to update the configuration process. To see the help text, run `make help`. This file is not generated, it is maintained by humans. Note that this is not usually run on Windows, where -[vcbuild.bat](#vcbuild.bat) is used instead. +[vcbuild.bat](#vcbuildbat) is used instead. ### Options