Update more links to point to the official CI and repos.

This commit is contained in:
Isis Lovecruft 2018-01-20 00:55:50 +00:00
parent 4b8f2963d8
commit d3959a5eb6
Failed to extract signature
2 changed files with 3 additions and 3 deletions

View file

@ -4,11 +4,11 @@ If you have questions or comments, please feel free to email the
authors. authors.
For feature requests, suggestions, and bug reports, please open an issue on For feature requests, suggestions, and bug reports, please open an issue on
[our Github](https://github.com/isislovecruft/curve25519-dalek). (Or, send us [our Github](https://github.com/dalek-cryptography/curve25519-dalek). (Or, send us
an email if you're opposed to using Github for whatever reason.) an email if you're opposed to using Github for whatever reason.)
Patches are welcomed as pull requests on Patches are welcomed as pull requests on
[our Github](https://github.com/isislovecruft/curve25519-dalek), as well as by [our Github](https://github.com/dalek-cryptography/curve25519-dalek), as well as by
email (preferably sent to all of the authors listed in `Cargo.toml`). email (preferably sent to all of the authors listed in `Cargo.toml`).
All issues on curve25519-dalek are mentored, if you want help with a bug just All issues on curve25519-dalek are mentored, if you want help with a bug just

View file

@ -22,7 +22,7 @@ build = "build.rs"
rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"] rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"]
[badges] [badges]
travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"} travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}
[dependencies.stdsimd] [dependencies.stdsimd]
git = "https://github.com/rust-lang-nursery/stdsimd" git = "https://github.com/rust-lang-nursery/stdsimd"