From a18d8fbc090acaf48878c78d19bcc091083d3e0e Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 24 Feb 2016 06:33:14 -0800 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d20923f..a308a5ea 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Using Serde with Stable Rust, syntex, and serde\_codegen Stable Rust is a little more complicated because it does not yet support compiler plugins. Instead we need to use the code generation library -[syntex](https://github.com/erickt/rust-syntex) for this: +[syntex](https://github.com/serde-rs/syntex) for this: ```toml [package]