diff options
author | josephrocca <1167575+josephrocca@users.noreply.github.com> | 2020-08-04 21:46:07 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 07:46:07 -0400 |
commit | 2cd1fe8edf1b9ce89f12e70738b5bcae8b177d0b (patch) | |
tree | ea0b1db734d20aab6304087c1432cbe7ef0ba427 | |
parent | 8bacd710dbf8976c41d230b9f65c466b9fb3a488 (diff) |
Fixed benchmarks url (#6952)
-rw-r--r-- | docs/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index dcc2c7472..387073dda 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -2,7 +2,7 @@ - Read the [style guide](./contributing/style_guide.md). -- Please don't make [the benchmarks](https://deno.land/benchmarks.html) worse. +- Please don't make [the benchmarks](https://deno.land/benchmarks) worse. - Ask for help in the [community chat room](https://discord.gg/deno). |