Skip to content

Commit

Permalink
Merge #721
Browse files Browse the repository at this point in the history
721: doc: Fix link to the embedding api r=Marwes a=Marwes

bors r+

Co-authored-by: Markus Westerlind <[email protected]>
  • Loading branch information
bors[bot] and Marwes committed Apr 28, 2019
2 parents e27d7b0 + 7706da4 commit 59d9d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 59d9d86

Please sign in to comment.