From ed5eaa0495fb54f3a29c39d0d4eefd5e258f5b05 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 13 Oct 2019 22:13:52 -0700 Subject: doc: prepare miscellaneous docs for new markdown lint rules Prepare the final few documents that haven't been updated to always use `[]` with reference links and to escape `[` and `]` for things that aren't links in markdown files. PR-URL: https://github.com/nodejs/node/pull/29963 Reviewed-By: Masashi Hirano Reviewed-By: David Carlier Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau --- benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmark/README.md') diff --git a/benchmark/README.md b/benchmark/README.md index 1e82614dbb..45256670fd 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -74,7 +74,7 @@ The common.js module is used by benchmarks for consistency across repeated tasks. It has a number of helpful functions and properties to help with writing benchmarks. -### createBenchmark(fn, configs[, options]) +### createBenchmark(fn, configs\[, options\]) See [the guide on writing benchmarks](../doc/guides/writing-and-running-benchmarks.md#basics-of-a-benchmark). -- cgit v1.2.3