Update project page.
2 files changed, 4 insertions(+), 4 deletions(-)

M Cargo.toml
M README.md
M Cargo.toml +2 -2
@@ 1,10 1,10 @@ 
 [package]
 name = "oorandom"
-version = "11.1.0"
+version = "11.1.1"
 authors = ["Simon Heath <icefox@dreamquest.io>"]
 edition = "2018"
 description = "A tiny, robust PRNG implementation."
-repository = "https://hg.sr.ht/~icefox/oorandom"
+repository = "https://sr.ht/~icefox/oorandom/"
 readme = "README.md"
 keywords = ["rng", "prng", "random", "pcg",]
 categories = ["algorithms", "embedded", "no-std"]

          
M README.md +2 -2
@@ 3,8 3,6 @@ 
 [![Crates.io](https://img.shields.io/crates/v/oorandom.svg)](https://crates.io/crates/oorandom)
 [![Docs](https://docs.rs/oorandom/badge.svg)](https://docs.rs/oorandom)
 
-Issue tracker: <https://todo.sr.ht/~icefox/oorandom>
-
 # What is this?
 
 `oorandom` is a minimalistic pseudorandom number generator in Rust.  For those times when the `rand` crate is just too big and you want something a bit dumber.

          
@@ 20,6 18,8 @@ which inspired me to do my own equivalen
 
 The name comes from my attempts to find a good way to pronounce `/dev/urandom`.
 
+Please direct questions, discussions and bugs to the [issue tracker](https://todo.sr.ht/~icefox/oorandom).
+
 # Why use `oorandom` instead of...
 
  * `rand` -- This is simpler and has zero choices you need to make.  It also compiles in 1/10th the time and