From d397b86c6cea1517342dfa92055d8ed00c564ee1 Mon Sep 17 00:00:00 2001 From: Manikandan Sundararajan Date: Wed, 13 May 2020 19:35:40 -0400 Subject: [PATCH] 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. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 132519f0db..0c3f92a4d6 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)