summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorManikandan Sundararajan <tsmanikandan@protonmail.com>2020-05-13 19:35:40 -0400
committerGitHub <noreply@github.com>2020-05-14 01:35:40 +0200
commitd397b86c6cea1517342dfa92055d8ed00c564ee1 (patch)
tree4eb622e1a913c7bb36056a1af546d2c90e06683e /README.md
parent55d2c6bd103879263c115fa5697f3cf3101158f4 (diff)
Fix broken links to manual web page in README.md (#5284)
The old link to the manual web page includes the `.html` extension but this leads to a 404. Removing the `.html` leads to the right webpage.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 132519f0d..0c3f92a4d 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@ A secure runtime for JavaScript and TypeScript.
Deno aims to provide a productive and secure scripting environment for the
modern programmer. It is built on top of V8, Rust, and TypeScript.
-Please read the [introduction](https://deno.land/manual.html#introduction) for
-more specifics.
+Please read the [introduction](https://deno.land/manual#introduction) for more
+specifics.
[Website](https://deno.land/)
-[Manual](https://deno.land/manual.html)
+[Manual](https://deno.land/manual)
[Install](https://github.com/denoland/deno_install)