From 949061c4b68e41aa93da97125cd15ad8c9e7f44f Mon Sep 17 00:00:00 2001 From: moumni Date: Tue, 19 May 2020 21:25:38 +0200 Subject: fix url (#5637) --- docs/contributing/development_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing/development_tools.md') diff --git a/docs/contributing/development_tools.md b/docs/contributing/development_tools.md index b8aa9505f..523293bc7 100644 --- a/docs/contributing/development_tools.md +++ b/docs/contributing/development_tools.md @@ -139,7 +139,7 @@ Particularly useful ones: See our benchmarks [over here](https://deno.land/benchmarks) The benchmark chart supposes -https://github.com/denoland/benchmark_data/data.json has the type +https://github.com/denoland/benchmark_data/blob/gh-pages/data.json has the type `BenchmarkData[]` where `BenchmarkData` is defined like the below: ```ts -- cgit v1.2.3