1
1
# rust-semverver
2
2
3
- [ ![ Travis Build Status] ( https://travis-ci.org/rust-lang-nursery /rust-semverver.svg?branch=master )] ( https://travis-ci.org/rust-lang-nursery /rust-semverver )
3
+ [ ![ Travis Build Status] ( https://travis-ci.org/rust-dev-tools /rust-semverver.svg?branch=master )] ( https://travis-ci.org/rust-dev-tools /rust-semverver )
4
4
[ ![ AppVeyor Build status] ( https://ci.appveyor.com/api/projects/status/qktm3ndv6cnbj01m?svg=true )] ( https://ci.appveyor.com/project/ibabushkin/rust-semverver )
5
5
[ ![ Current Version] ( https://meritbadge.herokuapp.com/semverver )] ( https://crates.io/crates/semverver )
6
6
@@ -11,7 +11,7 @@ analyzes the current crate's source code for changes compared to the most recent
11
11
on ` crates.io ` .
12
12
13
13
Details on the work done during GSoC 2017 can be found
14
- [ here] ( https://github.com/rust-lang-nursery /rust-semverver/blob/master/doc/gsoc.md ) .
14
+ [ here] ( https://github.com/rust-dev-tools /rust-semverver/blob/master/doc/gsoc.md ) .
15
15
16
16
## Background
17
17
@@ -21,7 +21,7 @@ said dummy and all necessary analysis is performed in that context, where type i
21
21
and other resources are available.
22
22
23
23
More information on the inner workings of the tool can be found
24
- [ here] ( https://github.com/rust-lang-nursery /rust-semverver/blob/master/doc/impl_notes.md ) .
24
+ [ here] ( https://github.com/rust-dev-tools /rust-semverver/blob/master/doc/impl_notes.md ) .
25
25
26
26
## Installation
27
27
@@ -46,7 +46,7 @@ You can also install the newest version of the tool from git:
46
46
47
47
``` sh
48
48
$ rustup update nightly
49
- $ cargo +nightly install --git https://github.com/rust-lang-nursery /rust-semverver
49
+ $ cargo +nightly install --git https://github.com/rust-dev-tools /rust-semverver
50
50
```
51
51
52
52
<details >
@@ -60,7 +60,7 @@ $ cargo +nightly install --git https://github.com/rust-lang-nursery/rust-semverv
60
60
$ rustup update nightly
61
61
$ rustup default nightly
62
62
63
- $ git clone https://github.com/rust-lang-nursery /rust-semverver
63
+ $ git clone https://github.com/rust-dev-tools /rust-semverver
64
64
$ cd rust-semverver
65
65
$ cargo install
66
66
```
0 commit comments