]> git.lizzy.rs Git - PAKEs.git/commitdiff
Edit badges
authorArtyom Pavlov <newpavlov@gmail.com>
Fri, 12 Feb 2021 22:06:58 +0000 (22:06 +0000)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 22:06:58 +0000 (22:06 +0000)
README.md

index fd30837f30147545e5f7926bb0afbac9d3e49334..725570cc5d8a2772ac45dcb9152fbc7892bba652 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
-# RustCrypto: PAKEs [![Build Status](https://travis-ci.org/RustCrypto/PAKEs.svg?branch=master)](https://travis-ci.org/RustCrypto/PAKEs)
+# RustCrypto: PAKEs [![dependency status][deps-image]][deps-link]
 [Password-Authenticated Key Agreement][1] protocols implementation.
 
-[![dependency status](https://deps.rs/repo/github/RustCrypto/PAKEs/status.svg)](https://deps.rs/repo/github/RustCrypto/PAKEs)
-
 ## Warnings
 
 Crates in this repository have not yet received any formal cryptographic and
@@ -52,6 +50,13 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
 for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
 dual licensed as above, without any additional terms or conditions.
 
+[//]: # (badges)
+
+[deps-image]: https://deps.rs/repo/github/RustCrypto/PAKEs/status.svg
+[deps-link]: https://deps.rs/repo/github/RustCrypto/PAKEs
+
+[//]: # (footnotes)
+
 [1]: https://en.wikipedia.org/wiki/Password-authenticated_key_agreement
 [2]: https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol
 [3]: https://en.wikipedia.org/wiki/Blinding_(cryptography)