Change rhaiscript.github.io to rhai.rs

This commit is contained in:
Stephen Chung
2021-01-30 07:19:54 +08:00
parent bb925a697c
commit 7fc38d4cd2
5 changed files with 27 additions and 27 deletions

View File

@@ -531,7 +531,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://rhaiscript.github.io/book).
The `README` is officially transferred to [The Rhai Book](https://rhai.rs/book).
An online [Playground](https://alvinhochun.github.io/rhai-demo/) is available.
@@ -556,7 +556,7 @@ New features
Enhancements
------------
* [The Rhai Book](https://rhaiscript.github.io/book) is online. Most content in the original `README` was transferred to the Book.
* [The Rhai Book](https://rhai.rs/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).