aboutsummaryrefslogtreecommitdiff
path: root/examples/10_voice_receive/src
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 /examples/10_voice_receive/src
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 'examples/10_voice_receive/src')
-rw-r--r--examples/10_voice_receive/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/10_voice_receive/src/main.rs b/examples/10_voice_receive/src/main.rs
index 09449d6..cef2452 100644
--- a/examples/10_voice_receive/src/main.rs
+++ b/examples/10_voice_receive/src/main.rs
@@ -3,7 +3,7 @@
//!
//! ```toml
//! [dependencies.serenity]
-//! git = "https://github.com/zeyla/serenity.git"
+//! git = "https://github.com/serenity-rs/serenity.git"
//! features = ["client", "standard_framework", "voice"]
//! ```