From f070d784d61f59fc6f97e400ad2f9697acdf32ee Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 17 Jul 2017 10:43:33 -0700 Subject: http2: fix documentation nits PR-URL: https://github.com/nodejs/node/pull/14239 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Matteo Collina --- doc/guides/writing-and-running-benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/guides/writing-and-running-benchmarks.md') diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md index 7aeb9728aa..d418ed6974 100644 --- a/doc/guides/writing-and-running-benchmarks.md +++ b/doc/guides/writing-and-running-benchmarks.md @@ -45,7 +45,7 @@ benchmarker to be used should be specified by providing it as an argument: To run the `http2` benchmarks, the `h2load` benchmarker must be used. The `h2load` tool is a component of the `nghttp2` project and may be installed -from [nghttp.org][] or built from source. +from [nghttp2.org][] or built from source. `node benchmark/http2/simple.js benchmarker=autocannon` -- cgit v1.2.3