From 0b57175813831e7f748475e0ed9bb7adfb54826c Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Tue, 26 Mar 2019 22:36:55 +0800 Subject: doc: change links to https in benchmark guide PR-URL: https://github.com/nodejs/node/pull/26925 Reviewed-By: Ruben Bridgewater Reviewed-By: Rich Trott --- doc/guides/writing-and-running-benchmarks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/guides') diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md index 5838449612..e6ccf163d3 100644 --- a/doc/guides/writing-and-running-benchmarks.md +++ b/doc/guides/writing-and-running-benchmarks.md @@ -470,6 +470,6 @@ Supported options keys are: [autocannon]: https://github.com/mcollina/autocannon [wrk]: https://github.com/wg/wrk [t-test]: https://en.wikipedia.org/wiki/Student%27s_t-test#Equal_or_unequal_sample_sizes.2C_unequal_variances -[git-for-windows]: http://git-scm.com/download/win -[nghttp2.org]: http://nghttp2.org +[git-for-windows]: https://git-scm.com/download/win +[nghttp2.org]: https://nghttp2.org [benchmark-ci]: https://github.com/nodejs/benchmarking/blob/master/docs/core_benchmarks.md -- cgit v1.2.3