From 9560af1a1711063ca7a3f26aa405edd98f876614 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Tue, 26 Mar 2019 22:36:55 +0800 Subject: [PATCH] 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(-) diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md index 5838449612b541..e6ccf163d3e27a 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