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

@@ -1,6 +1,6 @@
//! # Rhai - embedded scripting for Rust
//!
//! ![Rhai logo](https://rhaiscript.github.io/book/images/logo/rhai-banner-transparent-colour.svg)
//! ![Rhai logo](https://rhai.rs/book/images/logo/rhai-banner-transparent-colour.svg)
//!
//! Rhai is a tiny, simple and fast embedded scripting language for Rust
//! that gives you a safe and easy way to add scripting to your applications.
@@ -54,7 +54,7 @@
//!
//! # Documentation
//!
//! See [The Rhai Book](https://rhaiscript.github.io/book) for details on the Rhai scripting engine and language.
//! See [The Rhai Book](https://rhai.rs/book) for details on the Rhai scripting engine and language.
#![cfg_attr(feature = "no_std", no_std)]