summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoumni <heithemmoumni@users.noreply.github.com>2020-05-19 21:25:38 +0200
committerGitHub <noreply@github.com>2020-05-19 15:25:38 -0400
commit949061c4b68e41aa93da97125cd15ad8c9e7f44f (patch)
tree73b7467f7d6ab024c3dc3a634f55f7bd6a283c4f
parent7589d4d7c4a7c95298268eb8bea0e808feb0c6a9 (diff)
fix url (#5637)
-rw-r--r--docs/contributing/development_tools.md2
1 files changed, 1 insertions, 1 deletions
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