Update URL links.

This commit is contained in:
Stephen Chung
2021-01-07 17:30:06 +08:00
parent 67a85a19ae
commit 96b1e7777b
14 changed files with 54 additions and 54 deletions

View File

@@ -480,7 +480,7 @@ Version 0.16.0
The major new feature in this version is OOP - well, poor man's OOP, that is.
The `README` is officially transferred to [The Rhai Book](https://schungx.github.io/rhai).
The `README` is officially transferred to [The Rhai Book](https://rhaiscript.github.io/book).
An online [Playground](https://alvinhochun.github.io/rhai-demo/) is available.
@@ -505,7 +505,7 @@ New features
Enhancements
------------
* [The Rhai Book](https://schungx.github.io/rhai) is online. Most content in the original `README` was transferred to the Book.
* [The Rhai Book](https://rhaiscript.github.io/book) is online. Most content in the original `README` was transferred to the Book.
* New feature `internals` to expose internal data structures (e.g. the AST nodes).