From 72941fac4ba66f4526a8d154b4f3e2d618474ee5 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sat, 31 Oct 2020 11:52:23 +0800 Subject: [PATCH] Fix links. --- README.md | 2 +- doc/src/about/related.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19ed70c0..62b04dbf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Rhai - Embedded Scripting for Rust [![crates.io](https://img.shields.io/crates/v/rhai?logo=rust)](https://crates.io/crates/rhai/) [![crates.io](https://img.shields.io/crates/d/rhai?logo=rust)](https://crates.io/crates/rhai/) [![API Docs](https://docs.rs/rhai/badge.svg?logo=docs.rs)](https://docs.rs/rhai/) -[![chat](https://img.shields.io/discord/767611025456889857.svg?logo=discord)](https://discord.gg/yZMKAQ) +[![chat](https://img.shields.io/discord/767611025456889857.svg?logo=discord)](https://discord.gg/HquqbYFcZ9) [![Reddit](https://img.shields.io/reddit/subreddit-subscribers/Rhai?logo=reddit)](https://www.reddit.com/r/Rhai) Rhai is an embedded scripting language and evaluation engine for Rust that gives a safe and easy way diff --git a/doc/src/about/related.md b/doc/src/about/related.md index a284c7f0..596b54e7 100644 --- a/doc/src/about/related.md +++ b/doc/src/about/related.md @@ -15,7 +15,7 @@ Other Online Resources for Rhai * [Online Playground][playground] - Run scripts directly from editor -* [Discord Chat](https://discord.gg/yZMKAQ) - Rhai channel +* [Discord Chat](https://discord.gg/HquqbYFcZ9) - Rhai channel * [Reddit](https://www.reddit.com/r/Rhai) - Rhai community