diff options
| author | Zeyla Hellyer <[email protected]> | 2018-05-23 06:44:11 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-05-23 06:44:11 -0700 |
| commit | 0324e011f1ea0eed0709c92fe86319c812a42206 (patch) | |
| tree | 3568b95fa922b9b3e5dc001d910f4f58164ff8bb /examples | |
| parent | Switch to the new repo url for travis (#316) (diff) | |
| download | serenity-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')
| -rw-r--r-- | examples/05_command_framework/src/main.rs | 2 | ||||
| -rw-r--r-- | examples/06_voice/src/main.rs | 2 | ||||
| -rw-r--r-- | examples/07_sample_bot_structure/src/main.rs | 2 | ||||
| -rw-r--r-- | examples/10_voice_receive/src/main.rs | 2 |
4 files changed, 4 insertions, 4 deletions
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"] //! ``` diff --git a/examples/06_voice/src/main.rs b/examples/06_voice/src/main.rs index b48c990..2bc3519 100644 --- a/examples/06_voice/src/main.rs +++ b/examples/06_voice/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 = ["cache", "framework", "standard_framework", "voice"] //! ``` diff --git a/examples/07_sample_bot_structure/src/main.rs b/examples/07_sample_bot_structure/src/main.rs index 67d9589..1e194a7 100644 --- a/examples/07_sample_bot_structure/src/main.rs +++ b/examples/07_sample_bot_structure/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"] //! ``` 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"] //! ``` |