From f0f1d10e0125d4f560ffd237554630516a56e763 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Mon, 9 Jul 2018 19:14:16 +0100 Subject: [PATCH] doc: add links --- README.md | 5 ++--- doc/README.md | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b02ed1ff019..f03c773ddbb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/README.md b/doc/README.md index c8bbfc30f2a..2e255014f3e 100644 --- a/doc/README.md +++ b/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