Skip to content

Commit

Permalink
Update URLs in the docs
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
malept committed Nov 28, 2016
1 parent cf70edb commit 299e44c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Contributing to commoncrypto-sys
# Contributing to rust-commoncrypto

commoncrypto-sys is a part of the Rust ecosystem. As such, all contributions to this project follow
rust-commoncrypto is a part of the Rust ecosystem. As such, all contributions to this project follow
the [Rust language's code of conduct](https://www.rust-lang.org/conduct.html) where appropriate.

This project is hosted at [GitHub](https://github.com/malept/commoncrypto-sys). Both pull requests
This project is hosted at [GitHub](https://github.com/malept/rust-commoncrypto). Both pull requests
and issues of many different kinds are accepted.

## Filing Issues
Expand All @@ -15,8 +15,8 @@ make sure that your issue has not already been filed by someone else.

When filing a bug, please include the following information:

* Rust version that compiled commoncrypto-sys.
* The version (and/or git revision) of commoncrypto-sys.
* Rust version that compiled the `commoncrypto` crate.
* The version (and/or git revision) of the `commoncrypto` crate.
* A detailed list of steps to reproduce the bug. A minimal testcase would be very helpful,
if possible.
* If there any any error messages in the console, copying them in the bug summary will be
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# `commoncrypto-sys`
# `commoncrypto`

[![CI Status](https://travis-ci.org/malept/commoncrypto-sys.svg?branch=master)](https://travis-ci.org/malept/commoncrypto-sys)
[![CI Status](https://travis-ci.org/malept/rust-commoncrypto.svg?branch=master)](https://travis-ci.org/malept/rust-commoncrypto)

Rust FFI bindings for Mac OS X's CommonCrypto library.
Rust FFI bindings and wrappers for Mac OS X's CommonCrypto library.

## Requirements

OS X or macOS

## Usage

Add `commoncrypto-sys` to your project's `Cargo.toml`. For more details, consult the
Add `commoncrypto` to your project's `Cargo.toml`. For more details, consult the
[Cargo guide](http://doc.crates.io/guide.html#adding-dependencies-from-cratesio).

## [Documentation](https://malept.github.io/commoncrypto-sys/)
## [Documentation](https://malept.github.io/rust-commoncrypto/)

## [Contributing](https://github.com/malept/commoncrypto-sys/blob/master/CONTRIBUTING.md)
## [Contributing](https://github.com/malept/rust-commoncrypto/blob/master/CONTRIBUTING.md)

## Legal

`commoncrypto-sys` is copyrighted under the terms of the MIT license. See LICENSE for details.
The `commoncrypto-sys` and `commoncrypto` crates are copyrighted under the terms of the MIT license.
See LICENSE for details.

0 comments on commit 299e44c

Please sign in to comment.