Skip to content

Commit

Permalink
Fix broken links to manual web page in README.md (denoland#5284)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
itsrainingmani committed May 13, 2020
1 parent 55d2c6b commit d397b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d397b86

Please sign in to comment.