From e7baa2ae3d706aa143596f5c57de53f94572d981 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 29 Apr 2019 18:35:09 -0400 Subject: [PATCH] Update broken links in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7cbad8c..342a8428 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,8 @@ Janet makes a good system scripting language, or a language to embed in other pr ## Documentation -* For a quick tutorial, see [the introduction](https://janet-lang.org/introduction.html) for more details. -* For an overview of functions in the core library, see [the function index](https://janet-lang.org/funcindex.html). -* For the full API for all functions in the core library, see [the core API doc](https://janet-lang.org/doc.html) +* For a quick tutorial, see [the introduction](https://janet-lang.org/docs/index.html) for more details. +* For the full API for all functions in the core library, see [the core API doc](https://janet-lang.org/api/index.html) Documentation is also available locally in the repl. Use the `(doc symbol-name)` macro to get API