Update the README to point at https://github.com/serde-rs

This commit is contained in:
Erick Tryzelaar
2015-04-26 18:37:18 -07:00
parent e5df4b6653
commit c3fe6c9c67
2 changed files with 33 additions and 30 deletions
+5 -3
View File
@@ -3,9 +3,11 @@ name = "serde"
version = "0.3.2"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A serialization/deserialization framework"
repository = "https://github.com/erickt/rust-serde"
documentation = "http://erickt.github.io/rust-serde/serde"
description = "A generic serialization/deserialization framework"
repository = "https://github.com/serde-rs/serde"
documentation = "http://serde-rs.github.io/serde/serde"
readme = "README.md"
keywords = ["serialization"]
[dependencies]
num = "*"