Skip to content

Commit 35dd88e

Browse files
committed
Fix urls
1 parent ed3b155 commit 35dd88e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name = "simd"
33
version = "0.1.1"
44
authors = ["Huon Wilson <[email protected]>"]
55

6-
homepage = "https://github.com/huonw/simd"
7-
repository = "https://github.com/huonw/simd"
8-
documentation = "http://huonw.github.io/simd/simd/"
6+
repository = "https://github.com/rust-lang-nursery/simd"
7+
documentation = "https://docs.rs/simd"
98
license = "MIT/Apache-2.0"
109
keywords = ["simd", "data-parallel"]
1110
readme = "README.md"

0 commit comments

Comments
 (0)