From 900e3973962b90b532f2edc05ba29765a0b24b01 Mon Sep 17 00:00:00 2001 From: AshCripps Date: Tue, 14 Jul 2020 16:13:07 +0100 Subject: [PATCH] src: correct diagnostic-dir doc links --- doc/api/cli.md | 12 ++++++------ src/node_options.cc | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 3b60f60b5aec8c..97339bf7634944 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -109,7 +109,7 @@ Specify the directory where the CPU profiles generated by `--cpu-prof` will be placed. The default value is controlled by the -[--diagnostic-dir](#--diagnostic-dir=directory) command line option. +[--diagnostic-dir](#cli_diagnostic_dir_directory) command line option. ### `--cpu-prof-interval`