Skip to content

Commit 9dc9fbf

Browse files
Fixup badges
1 parent d836615 commit 9dc9fbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Implementation of [Rust RFC #2366: `std::simd`][rfc2366]
44

5-
[![Travis-CI Status]][travis] [![Appveyor Status]][appveyor] [![Latest Version]][crates.io] [![docs]][master_docs]
5+
[![Travis-CI Status]][travis] <!-- [![Appveyor Status]][appveyor] --> [![Latest Version]][crates.io] [![docs]][master_docs]
66

77
**WARNING**: this crate only supports the most recent nightly Rust toolchain
88
and will be superceded by [stdsimd](https://github.com/rust-lang/stdsimd).
@@ -129,8 +129,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
129129
for inclusion in `packed_simd` by you, as defined in the Apache-2.0 license, shall be
130130
dual licensed as above, without any additional terms or conditions.
131131

132-
[travis]: https://travis-ci.com/rust-lang-nursery/packed_simd
133-
[Travis-CI Status]: https://travis-ci.com/rust-lang-nursery/packed_simd.svg?branch=master
132+
[travis]: https://travis-ci.com/rust-lang/packed_simd
133+
[Travis-CI Status]: https://travis-ci.com/rust-lang/packed_simd.svg?branch=master
134134
[appveyor]: https://ci.appveyor.com/project/gnzlbg/packed-simd
135135
[Appveyor Status]: https://ci.appveyor.com/api/projects/status/hd7v9dvr442hgdix?svg=true
136136
[Latest Version]: https://img.shields.io/crates/v/packed_simd.svg

0 commit comments

Comments
 (0)