diff --git a/Cargo.toml b/Cargo.toml index 3bc5bdb94..3beb32ecd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.6.0" authors = ["Onur Aslan "] readme = "README.md" license = "MIT" -repository = "https://github.com/onur/cratesfyi" +repository = "https://github.com/rust-lang-nursery/docs.rs" build = "build.rs" [dependencies] diff --git a/README.md b/README.md index 80e3147b8..a7cfe1f00 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Docs.rs -[![Build Status](https://secure.travis-ci.org/onur/docs.rs.svg?branch=master)](https://travis-ci.org/onur/docs.rs) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/onur/docs.rs/master/LICENSE) +[![Build Status](https://secure.travis-ci.org/rust-lang-nursery/docs.rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/docs.rs) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rust-lang-nursery/docs.rs/master/LICENSE) Docs.rs (formerly cratesfyi) is an open source project to host documentation of crates for the Rust Programming Language. @@ -59,7 +59,7 @@ to able to download ~800MB data on the first run. ```sh -git clone https://github.com/onur/docs.rs.git docs.rs +git clone https://github.com/rust-lang-nursery/docs.rs.git docs.rs cd docs.rs vagrant up # This may take a little while on the first run ``` @@ -151,7 +151,7 @@ cargo run -- doc #### Contributors -* [Onur Aslan](https://github.com/onur) +* [rust-lang-nursery Aslan](https://github.com/rust-lang-nursery) * [Jon Gjengset](https://github.com/jonhoo) * [Sebastian Thiel](https://github.com/Byron) * [Guillaume Gomez](https://github.com/GuillaumeGomez) diff --git a/src/web/badge/Cargo.toml b/src/web/badge/Cargo.toml index 8efc1e479..e794ec56b 100644 --- a/src/web/badge/Cargo.toml +++ b/src/web/badge/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" description = "Simple badge generator" authors = ["Onur Aslan "] license-file = "LICENSE" -repository = "https://github.com/onur/docs.rs" +repository = "https://github.com/rust-lang-nursery/docs.rs" documentation = "https://docs.rs/badge" [lib] diff --git a/src/web/badge/LICENSE b/src/web/badge/LICENSE index 48a62eb98..968224440 100644 --- a/src/web/badge/LICENSE +++ b/src/web/badge/LICENSE @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: badge -Source: https://github.com/onur/docs.rs +Source: https://github.com/rust-lang-nursery/docs.rs Files: * Copyright: Copyright (c) 2016 Onur Aslan diff --git a/templates/about.hbs b/templates/about.hbs index 2485a534f..70a2a75a9 100644 --- a/templates/about.hbs +++ b/templates/about.hbs @@ -14,7 +14,7 @@

The source code of Docs.rs is available on - GitHub. If + GitHub. If you ever encounter an issue, don't hesitate to report it! (And thanks in advance!)