diff options
| author | Austin Hellyer <[email protected]> | 2016-11-06 11:21:33 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-06 11:21:33 -0800 |
| commit | 03eaaf9bdc52e0cc408217e803418a2797238c8b (patch) | |
| tree | 55160d5d92d3b8595ed9c58aa13d6af88236d578 /README.md | |
| parent | Docs: link to master (diff) | |
| download | archived-serenity-03eaaf9bdc52e0cc408217e803418a2797238c8b.tar.xz archived-serenity-03eaaf9bdc52e0cc408217e803418a2797238c8b.zip | |
Update to Travis CI
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -69,13 +69,13 @@ fn main() { [`Event`]: https://docs.austinhellyer.me/serenity.rs/latest/serenity/model/enum.Event.html [`Event::MessageCreate`]: https://docs.austinhellyer.me/serenity.rs/latest/serenity/model/enum.Event.html#MessageCreate.v [`State`]: https://docs.austinhellyer.me/serenity.rs/latest/serenity/ext/state/struct.State.html -[ci]: https://gitlab.com/kalasi/serenity.rs/pipelines -[ci-badge]: https://gitlab.com/kalasi/serenity.rs/badges/master/build.svg +[ci]: https://travis-ci.org/zeyla/serenity.rs +[ci-badge]: https://travis-ci.org/zeyla/serenity.rs.svg?branch=master [client's module-level documentation]: https://docs.austinhellyer.me/serenity.rs/latest/serenity/client/index.html [discord docs]: https://discordapp.com/developers/docs/intro [docs]: https://docs.austinhellyer.me/serenity.rs/latest/serenity [docs-badge]: https://img.shields.io/badge/docs-online-5023dd.svg -[examples]: https://gitlab.com/kalasi/serenity.rs/tree/master/examples +[examples]: https://github.com/zeyla/serenity.rs/tree/master/examples [license]: https://opensource.org/licenses/ISC [license-badge]: https://img.shields.io/badge/license-ISC-blue.svg?style=flat-square [state docs]: https://docs.austinhellyer.me/serenity.rs/latest/serenity/ext/state/index.html |