Skip to content

Commit 2e5f81f

Browse files
TrottMylesBorins
authored andcommittedMar 9, 2020
doc: fix broken links in benchmark README
PR-URL: #32121 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent da7349d commit 2e5f81f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎benchmark/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,17 @@ writing benchmarks.
7676

7777
### `createBenchmark(fn, configs[, options])`
7878

79-
See [the guide on writing benchmarks](../doc/guides/contributing/writing-and-running-benchmarks.md#basics-of-a-benchmark).
79+
See [the guide on writing benchmarks](../doc/guides/writing-and-running-benchmarks.md#basics-of-a-benchmark).
8080

8181
### `default_http_benchmarker`
8282

8383
The default benchmarker used to run HTTP benchmarks.
84-
See [the guide on writing HTTP benchmarks](../doc/guides/contributing/writing-and-running-benchmarks.md#creating-an-http-benchmark).
84+
See [the guide on writing HTTP benchmarks](../doc/guides/writing-and-running-benchmarks.md#creating-an-http-benchmark).
8585

8686
### `PORT`
8787

8888
The default port used to run HTTP benchmarks.
89-
See [the guide on writing HTTP benchmarks](../doc/guides/contributing/writing-and-running-benchmarks.md#creating-an-http-benchmark).
89+
See [the guide on writing HTTP benchmarks](../doc/guides/writing-and-running-benchmarks.md#creating-an-http-benchmark).
9090

9191
### `sendResult(data)`
9292

0 commit comments

Comments
 (0)
Please sign in to comment.