aboutsummaryrefslogtreecommitdiff
path: root/src/constants.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-05-23 06:44:11 -0700
committerZeyla Hellyer <[email protected]>2018-05-23 06:44:11 -0700
commit0324e011f1ea0eed0709c92fe86319c812a42206 (patch)
tree3568b95fa922b9b3e5dc001d910f4f58164ff8bb /src/constants.rs
parentSwitch to the new repo url for travis (#316) (diff)
downloadserenity-0324e011f1ea0eed0709c92fe86319c812a42206.tar.xz
serenity-0324e011f1ea0eed0709c92fe86319c812a42206.zip
Fix links to the repo
Fixes links to the repo from `https://github.com/zeyla/serenity` to `https://github.com/serenity-rs/serenity`.
Diffstat (limited to 'src/constants.rs')
-rw-r--r--src/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.rs b/src/constants.rs
index b79255a..89a2085 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -15,7 +15,7 @@ pub const MESSAGE_CODE_LIMIT: u16 = 2000;
///
/// [UserAgent]: ../hyper/header/struct.UserAgent.html
pub const USER_AGENT: &str = concat!(
- "DiscordBot (https://github.com/zeyla/serenity, ",
+ "DiscordBot (https://github.com/serenity-rs/serenity, ",
env!("CARGO_PKG_VERSION"),
")"
);