Skip to content

Commit e287639

Browse files
authored
Merge pull request #265 from KodrAus/fix/github-links
Update github links from rust-lang-nursery to rust-lang
2 parents 084f762 + 8147505 commit e287639

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.0"
44
authors = ["Onur Aslan <[email protected]>"]
55
readme = "README.md"
66
license = "MIT"
7-
repository = "https://github.com/rust-lang-nursery/docs.rs"
7+
repository = "https://github.com/rust-lang/docs.rs"
88
build = "build.rs"
99

1010
[dependencies]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs.rs
22

33
[![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)
4-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rust-lang-nursery/docs.rs/master/LICENSE)
4+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rust-lang/docs.rs/master/LICENSE)
55

66
Docs.rs (formerly cratesfyi) is an open source project to host documentation
77
of crates for the Rust Programming Language.
@@ -59,7 +59,7 @@ to able to download ~800MB data on the first run.
5959

6060

6161
```sh
62-
git clone https://github.com/rust-lang-nursery/docs.rs.git docs.rs
62+
git clone https://github.com/rust-lang/docs.rs.git docs.rs
6363
cd docs.rs
6464
vagrant up # This may take a little while on the first run
6565
```

src/web/badge/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
description = "Simple badge generator"
55
authors = ["Onur Aslan <[email protected]>"]
66
license-file = "LICENSE"
7-
repository = "https://github.com/rust-lang-nursery/docs.rs"
7+
repository = "https://github.com/rust-lang/docs.rs"
88
documentation = "https://docs.rs/badge"
99

1010
[lib]

src/web/badge/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: badge
3-
Source: https://github.com/rust-lang-nursery/docs.rs
3+
Source: https://github.com/rust-lang/docs.rs
44

55
Files: *
66
Copyright: Copyright (c) 2016 Onur Aslan <[email protected]>

templates/about.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<p>
1616
The source code of Docs.rs is available on
17-
<a href="https://github.com/rust-lang-nursery/docs.rs" target="_blank">GitHub</a>. If
17+
<a href="https://github.com/rust-lang/docs.rs" target="_blank">GitHub</a>. If
1818
you ever encounter an issue, don't hesitate to report it! (And
1919
thanks in advance!)
2020
</p>

templates/crate_details.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<div class="warning">{{name}}-{{version}} is not a library.</div>
5757
{{else}}
5858
{{#unless build_status}}
59-
<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>
59+
<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>
6060
{{else}}
6161
{{#unless rustdoc_status}}
6262
<div class="warning">{{name}}-{{version}} doesn't have any documentation.</div>

0 commit comments

Comments
 (0)