From d54399306261b55b256ca806fd4178280bbbc10c Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 6 Mar 2021 10:56:33 -0800 Subject: [PATCH] Fix CI link --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index dcc6826..86d5d7e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,8 @@ //! 3501](https://tools.ietf.org/html/rfc3501) and various extensions). After authenticating with //! the server, IMAP lets you list, fetch, and search for e-mails, as well as monitor mailboxes for //! changes. It supports at least the latest three stable Rust releases (possibly even older ones; -//! check the [CI results](https://travis-ci.com/jonhoo/rust-imap)). +//! check the [CI +//! results](https://dev.azure.com/jonhoo/jonhoo/_build/latest?definitionId=11&branchName=master)). //! //! To connect, use the [`connect`] function. This gives you an unauthenticated [`Client`]. You can //! then use [`Client::login`] or [`Client::authenticate`] to perform username/password or