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

@@ -26,7 +26,7 @@ fn test_expressions() -> Result<(), Box<EvalAltResult>> {
Ok(())
}
/// This example taken from https://github.com/jonathandturner/rhai/issues/115
/// This example taken from https://github.com/rhaiscript/rhai/issues/115
#[test]
#[cfg(not(feature = "no_object"))]
fn test_expressions_eval() -> Result<(), Box<EvalAltResult>> {