Skip to content

Update github links from rust-lang-nursery to rust-lang #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.6.0"
authors = ["Onur Aslan <[email protected]>"]
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]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion src/web/badge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.0"
description = "Simple badge generator"
authors = ["Onur Aslan <[email protected]>"]
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]
Expand Down
2 changes: 1 addition & 1 deletion src/web/badge/LICENSE
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion templates/about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<p>
The source code of Docs.rs is available on
<a href="https://github.com/rust-lang-nursery/docs.rs" target="_blank">GitHub</a>. If
<a href="https://github.com/rust-lang/docs.rs" target="_blank">GitHub</a>. If
you ever encounter an issue, don't hesitate to report it! (And
thanks in advance!)
</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/crate_details.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div class="warning">{{name}}-{{version}} is not a library.</div>
{{else}}
{{#unless build_status}}
<div class="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check <a href="/crate/{{name}}/{{version}}/builds">build logs</a> and if you believe this is docs.rs' fault, report into <a href="https://github.com/rust-lang-nursery/docs.rs/issues/23">this issue report</a>.</div>
<div class="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check <a href="/crate/{{name}}/{{version}}/builds">build logs</a> and if you believe this is docs.rs' fault, report into <a href="https://github.com/rust-lang/docs.rs/issues/23">this issue report</a>.</div>
{{else}}
{{#unless rustdoc_status}}
<div class="warning">{{name}}-{{version}} doesn't have any documentation.</div>
Expand Down