Skip to content

Commit 33d41a9

Browse files
committed
Updated README after the move to the nursery.
1 parent 28b1dc0 commit 33d41a9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# rust-semverver
22

3-
[![Build Status](https://travis-ci.org/ibabushkin/rust-semverver.svg?branch=master)](https://travis-ci.org/ibabushkin/rust-semverver)
3+
[![Build
4+
Status](https://travis-ci.org/rust-lang-nursery/rust-semverver.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/rust-semverver)
45

56
This repository is hosting a proof-of-concept implementation of an automatic tool checking
67
rust library crates for semantic versioning adherence, developed during the Google Summer
@@ -9,7 +10,7 @@ analyzes the current crate's source code for changes compared to the most recent
910
on `crates.io`.
1011

1112
Details on the work done during GSoC 2017 can be found
12-
[here](https://github.com/ibabushkin/rust-semverver/blob/master/doc/gsoc.md).
13+
[here](https://github.com/rust-lang-nursery/rust-semverver/blob/master/doc/gsoc.md).
1314

1415
## Background
1516

@@ -19,7 +20,7 @@ said dummy and all necessary analysis is performed in that context, where type i
1920
and other resources are available.
2021

2122
More information on the inner workings of the tool can be found
22-
[here](https://github.com/ibabushkin/rust-semverver/blob/master/doc/impl_notes.md).
23+
[here](https://github.com/rust-lang-nursery/rust-semverver/blob/master/doc/impl_notes.md).
2324

2425
## Installation
2526

@@ -30,7 +31,7 @@ If you are already using Rust nightly and have successfully installed tools like
3031
`cargo add` and `cargo clippy`, just do:
3132

3233
```sh
33-
$ cargo +nightly install --git https://github.com/ibabushkin/rust-semverver
34+
$ cargo +nightly install --git https://github.com/rust-lang-nursery/rust-semverver
3435
```
3536

3637
<details>
@@ -44,7 +45,7 @@ $ cargo +nightly install --git https://github.com/ibabushkin/rust-semverver
4445
$ rustup update nightly
4546
$ rustup default nightly
4647

47-
$ git clone https://github.com/ibabushkin/rust-semverver
48+
$ git clone https://github.com/rust-lang-nursery/rust-semverver
4849
$ cd rust-semverver
4950
$ cargo install
5051
```

0 commit comments

Comments
 (0)