mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
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.
This commit is contained in:
parent
55d2c6bd10
commit
d397b86c6c
@ -7,12 +7,12 @@ A secure runtime for JavaScript and TypeScript.
|
|||||||
Deno aims to provide a productive and secure scripting environment for the
|
Deno aims to provide a productive and secure scripting environment for the
|
||||||
modern programmer. It is built on top of V8, Rust, and TypeScript.
|
modern programmer. It is built on top of V8, Rust, and TypeScript.
|
||||||
|
|
||||||
Please read the [introduction](https://deno.land/manual.html#introduction) for
|
Please read the [introduction](https://deno.land/manual#introduction) for more
|
||||||
more specifics.
|
specifics.
|
||||||
|
|
||||||
[Website](https://deno.land/)
|
[Website](https://deno.land/)
|
||||||
|
|
||||||
[Manual](https://deno.land/manual.html)
|
[Manual](https://deno.land/manual)
|
||||||
|
|
||||||
[Install](https://github.com/denoland/deno_install)
|
[Install](https://github.com/denoland/deno_install)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user