From 5df2628eeca722e3258b9d95b45fcccfe430b5b0 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Mon, 6 Dec 2021 21:23:18 +0800 Subject: [PATCH] Fix book links. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5680e45..07a221a4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ For those who actually want their own language --------------------------------------------- * Use as a [DSL](https://rhai.rs/book/engine/dsl.html). -* Restrict the language by surgically [disabling keywords and operators](https://rhai.rs/book/engine/disable.html). +* Disable certain [language features](https://rhai.rs/book/engine/options.html#language-features) such as [looping](https://rhai.rs/book/engine/disable-looping.html). +* Further restrict the language by surgically [disabling keywords and operators](https://rhai.rs/book/engine/disable-keywords.html). * Define [custom operators](https://rhai.rs/book/engine/custom-op.html). * Extend the language with [custom syntax](https://rhai.rs/book/engine/custom-syntax.html).