diff options
Diffstat (limited to 'spake2/README.md')
-rw-r--r-- | spake2/README.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/spake2/README.md b/spake2/README.md index 0d32749..50fa5bf 100644 --- a/spake2/README.md +++ b/spake2/README.md @@ -13,17 +13,17 @@ This is still pretty early, but seems to do the job. It needs a proper security Note that the API has changed since 0.0.8 . I released 0.0.9 by mistake. -[build-status-image]: https://travis-ci.org/warner/spake2.rs.svg?branch=master -[build-status-url]: https://travis-ci.org/warner/spake2.rs -[codecov-image]: https://codecov.io/gh/warner/spake2.rs/branch/master/graph/badge.svg -[codecov-url]: https://codecov.io/gh/warner/spake2.rs +[build-status-image]: https://travis-ci.org/RustCrypto/PAKEs.svg?branch=master +[build-status-url]: https://travis-ci.org/RustCrypto/PAKEs +[codecov-image]: https://codecov.io/gh/RustCrypto/PAKEs/branch/master/graph/badge.svg +[codecov-url]: https://codecov.io/gh/RustCrypto/PAKEs [crates-io-image]: https://img.shields.io/crates/v/spake2.svg [crates-io-url]: https://crates.io/crates/spake2 [docs-image]: https://docs.rs/spake2/badge.svg [docs-url]: https://docs.rs/spake2 -[license-image]: https://img.shields.io/badge/License-MIT-blue.svg -[license-url]: LICENSE -[iim-resolution-image]: http://isitmaintained.com/badge/resolution/warner/spake2.rs.svg -[iim-resolution-url]: http://isitmaintained.com/project/warner/spake2.rs -[iim-open-image]: http://isitmaintained.com/badge/open/warner/spake2.rs.svg -[iim-open-url]: http://isitmaintained.com/project/warner/spake2.rs +[license-image]: https://img.shields.io/crates/l/spake2.svg +[license-url]: LICENSE-MIT +[iim-resolution-image]: http://isitmaintained.com/badge/resolution/RustCrypto/PAKEs.svg +[iim-resolution-url]: http://isitmaintained.com/project/RustCrypto/PAKEs +[iim-open-image]: http://isitmaintained.com/badge/open/RustCrypto/PAKEs.svg +[iim-open-url]: http://isitmaintained.com/project/RustCrypto/PAKEs |