diff options
author | Rich Trott <rtrott@gmail.com> | 2019-12-03 13:15:10 -0800 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-12-05 14:07:55 -0800 |
commit | 651c43082698ba3bfa4f2417944719f771c09f04 (patch) | |
tree | 17c204a1557985c094c608cd5892a615e630c915 /doc/guides/contributing | |
parent | e85471dedef4e6632a4a8a45b2b930cd85902782 (diff) | |
download | android-node-v8-651c43082698ba3bfa4f2417944719f771c09f04.tar.gz android-node-v8-651c43082698ba3bfa4f2417944719f771c09f04.tar.bz2 android-node-v8-651c43082698ba3bfa4f2417944719f771c09f04.zip |
doc,benchmark: move benchmark guide to benchmark directory
The doc/guides directory looks like a place for guides to using Node.js
but it's actually where we store development/internal documentation.
Move the benchmark guide to the benchmark directory where someone (who
doesn't know that bit of somewhat-surprising information) is more likely
to find it.
PR-URL: https://github.com/nodejs/node/pull/30781
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/guides/contributing')
-rw-r--r-- | doc/guides/contributing/pull-requests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index cabc548be0..cd1bccd20c 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -585,7 +585,7 @@ If you want to know more about the code review and the landing process, see the [Collaborator Guide][]. [approved]: #getting-approvals-for-your-pull-request -[benchmark results]: ../writing-and-running-benchmarks.md +[benchmark results]: ../../../benchmark/writing-and-running-benchmarks.md [Building guide]: ../../../BUILDING.md [CI (Continuous Integration) test run]: #ci-testing [Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md |