aboutsummaryrefslogtreecommitdiff
path: root/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md')
-rw-r--r--_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md b/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md
index c2214c0..e152abc 100644
--- a/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md
+++ b/_posts/2020-09-16-survey-of-rust-embeddable-scripting-languages.md
@@ -348,7 +348,7 @@ Rhai doesn't have pattern matching, so we can't use our `Event` enum directly, b
There's so much to love here, but my favorite part is that we don't need any extra glue at all around `print_fancy` to be able to expose it to our Rhai script.
This is *excellent*.
-Well done to Stephen Chung, Jonathan Turner, and [the rest of the contributors](https://github.com/jonathandturner/rhai/graphs/contributors).
+Well done to Stephen Chung, JT, and [the rest of the contributors](https://github.com/rhaiscript/rhai/graphs/contributors).
This is gonna be tough to beat.
## dyon