aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMichael Camilleri <mike@inqk.net>2021-04-08 16:10:24 +0900
committerGitHub <noreply@github.com>2021-04-08 16:10:24 +0900
commite01ab86a89f6a833565ad9e7fa38c74c899c42b4 (patch)
tree8cf66cc0fad76255edc1c1cbc91572ab8d54c781 /README.md
parentMerge branch 'master' of github.com:janet-lang/janet (diff)
Fix link to Introduction
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index daac7ae5..35cd4f2b 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ Emacs, and Atom will have syntax packages for the Janet language, though.
## Installation
-See [the Introduction](https://janet-lang.org/docs/introduction.html) for more details. If you just want
+See the [Introduction](https://janet-lang.org/docs/index.html) for more details. If you just want
to try out the language, you don't need to install anything. You can also move the `janet` executable wherever you want on your system and run it.
## Usage