summaryrefslogtreecommitdiff
path: root/doc/guides/writing-and-running-benchmarks.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-07-17 10:43:33 -0700
committerJames M Snell <jasnell@gmail.com>2017-08-04 12:56:10 -0700
commitf070d784d61f59fc6f97e400ad2f9697acdf32ee (patch)
treecd82b90e2a398c6fc35b9d6f91b10af7ad1aa049 /doc/guides/writing-and-running-benchmarks.md
parent6dea193acaa3c548fa2dedf57a4e32c8401a02c2 (diff)
downloadandroid-node-v8-f070d784d61f59fc6f97e400ad2f9697acdf32ee.tar.gz
android-node-v8-f070d784d61f59fc6f97e400ad2f9697acdf32ee.tar.bz2
android-node-v8-f070d784d61f59fc6f97e400ad2f9697acdf32ee.zip
http2: fix documentation nits
PR-URL: https://github.com/nodejs/node/pull/14239 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'doc/guides/writing-and-running-benchmarks.md')
-rw-r--r--doc/guides/writing-and-running-benchmarks.md2
1 files changed, 1 insertions, 1 deletions
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`