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/05_command_framework/src | |
| 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/05_command_framework/src')
| -rw-r--r-- | examples/05_command_framework/src/main.rs | 2 |
1 files changed, 1 insertions, 1 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"] //! ``` |