Skip to content

Commit b0cf9b8

Browse files
Merge pull request #245 from LEARAX/master
Fix Github links
2 parents 401be1e + 6f20f6b commit b0cf9b8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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/onur/cratesfyi"
7+
repository = "https://github.com/rust-lang-nursery/docs.rs"
88
build = "build.rs"
99

1010
[dependencies]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs.rs
22

3-
[![Build Status](https://secure.travis-ci.org/onur/docs.rs.svg?branch=master)](https://travis-ci.org/onur/docs.rs)
4-
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/onur/docs.rs/master/LICENSE)
3+
[![Build Status](https://secure.travis-ci.org/rust-lang-nursery/docs.rs.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/docs.rs)
4+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rust-lang-nursery/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/onur/docs.rs.git docs.rs
62+
git clone https://github.com/rust-lang-nursery/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

Lines changed: 1 addition & 1 deletion
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/onur/docs.rs"
7+
repository = "https://github.com/rust-lang-nursery/docs.rs"
88
documentation = "https://docs.rs/badge"
99

1010
[lib]

src/web/badge/LICENSE

Lines changed: 1 addition & 1 deletion
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/onur/docs.rs
3+
Source: https://github.com/rust-lang-nursery/docs.rs
44

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

templates/about.hbs

Lines changed: 1 addition & 1 deletion
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/onur/docs.rs" target="_blank">GitHub</a>. If
17+
<a href="https://github.com/rust-lang-nursery/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>

0 commit comments

Comments
 (0)