diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/03_struct_utilities/src/main.rs | 2 | ||||
| -rw-r--r-- | examples/06_command_framework/src/main.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/03_struct_utilities/src/main.rs b/examples/03_struct_utilities/src/main.rs index 8334b71..942d918 100644 --- a/examples/03_struct_utilities/src/main.rs +++ b/examples/03_struct_utilities/src/main.rs @@ -4,7 +4,7 @@ //! //! ```toml //! [dependencies.serenity] -//! git = "https://github.com/zeyla/serenity.rs.git" +//! git = "https://github.com/zeyla/serenity.git" //! features = ["methods"] //! ``` diff --git a/examples/06_command_framework/src/main.rs b/examples/06_command_framework/src/main.rs index 480c8dd..a0e4b7f 100644 --- a/examples/06_command_framework/src/main.rs +++ b/examples/06_command_framework/src/main.rs @@ -4,7 +4,7 @@ //! //! ```toml //! [dependencies.serenity] -//! git = "https://github.com/zeyla/serenity.rs.git" +//! git = "https://github.com/zeyla/serenity.git" //! features = ["framework", "methods"] //! ``` |