diff --git a/Cargo.toml b/Cargo.toml index 57f87afe2..ad6d2e6ec 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/rust-lang-nursery/docs.rs" +repository = "https://github.com/rust-lang/docs.rs" build = "build.rs" [dependencies] diff --git a/README.md b/README.md index 0f9500331..c8bbad943 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Docs.rs [![Build Status](https://dev.azure.com/docsrs/docs.rs/_apis/build/status/docs.rs?branchName=master)](https://dev.azure.com/docsrs/docs.rs/_build/latest?definitionId=1) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rust-lang-nursery/docs.rs/master/LICENSE) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rust-lang/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/rust-lang-nursery/docs.rs.git docs.rs +git clone https://github.com/rust-lang/docs.rs.git docs.rs cd docs.rs vagrant up # This may take a little while on the first run ``` diff --git a/src/web/badge/Cargo.toml b/src/web/badge/Cargo.toml index 01d6caa02..19d04e203 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/rust-lang-nursery/docs.rs" +repository = "https://github.com/rust-lang/docs.rs" documentation = "https://docs.rs/badge" [lib] diff --git a/src/web/badge/LICENSE b/src/web/badge/LICENSE index 968224440..347257a4f 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/rust-lang-nursery/docs.rs +Source: https://github.com/rust-lang/docs.rs Files: * Copyright: Copyright (c) 2016 Onur Aslan diff --git a/templates/about.hbs b/templates/about.hbs index 70a2a75a9..53164b49d 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!)

diff --git a/templates/crate_details.hbs b/templates/crate_details.hbs index 93720da8a..c6f8058f3 100644 --- a/templates/crate_details.hbs +++ b/templates/crate_details.hbs @@ -56,7 +56,7 @@
{{name}}-{{version}} is not a library.
{{else}} {{#unless build_status}} -
docs.rs failed to build {{name}}-{{version}}
Please check build logs and if you believe this is docs.rs' fault, report into this issue report.
+
docs.rs failed to build {{name}}-{{version}}
Please check build logs and if you believe this is docs.rs' fault, report into this issue report.
{{else}} {{#unless rustdoc_status}}
{{name}}-{{version}} doesn't have any documentation.