From 7706da48aca8850a0d7aa3f6bb9817588aa13304 Mon Sep 17 00:00:00 2001 From: Markus Westerlind Date: Sun, 28 Apr 2019 17:53:28 +0200 Subject: [PATCH] doc: Fix link to the embedding api --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9bb1674a..3959a2a3c8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Gluon is a small, statically-typed, functional programming language designed for * **Thread safe** - Gluon is written in Rust, which guarantees thread safety. Gluon keeps the same guarantees, allowing multiple gluon programs to run in parallel ([example][parallel])\* -[easy_embed]:http://gluon-lang.org/book/embedding-api.html +[easy_embed]:https://gluon-lang.org/doc/crates_io/book/embedding-api.html [parallel]:https://github.com/gluon-lang/gluon/blob/master/tests/parallel.rs \* Parallel execution of gluon programs is a recent addition and may still have issues such as deadlocks.