Skip to content

Commit

Permalink
doc: add links
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jul 9, 2018
1 parent ac42bee commit be91052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -16,9 +16,8 @@ The core random number generation traits of Rand live in the [rand_core](
https://crates.io/crates/rand_core) crate; this crate is most useful when
implementing RNGs.

API reference:
[master branch](https://rust-lang-nursery.github.io/rand/rand/index.html),
[by release](https://docs.rs/rand/0.5).
[Additional documentation is here](doc/README.md).
[API reference is here](https://docs.rs/rand).

## Usage

Expand Down
2 changes: 2 additions & 0 deletions doc/README.md
@@ -1,5 +1,7 @@
# Rand Documentation

Also see the [main project readme](../README.md).

## Learning Rand

TODO. In the mean-time, we have some learning resources within the API
Expand Down

0 comments on commit be91052

Please sign in to comment.