From 0324e011f1ea0eed0709c92fe86319c812a42206 Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Wed, 23 May 2018 06:44:11 -0700 Subject: Fix links to the repo Fixes links to the repo from `https://github.com/zeyla/serenity` to `https://github.com/serenity-rs/serenity`. --- examples/05_command_framework/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/05_command_framework/src') diff --git a/examples/05_command_framework/src/main.rs b/examples/05_command_framework/src/main.rs index e6c7742..d79f6ab 100644 --- a/examples/05_command_framework/src/main.rs +++ b/examples/05_command_framework/src/main.rs @@ -5,7 +5,7 @@ //! //! ```toml //! [dependencies.serenity] -//! git = "https://github.com/zeyla/serenity.git" +//! git = "https://github.com/serenity-rs/serenity.git" //! features = ["framework", "standard_framework"] //! ``` -- cgit v1.2.3