Merge pull request #145 from ReadmeCritic/master

Update README URLs based on HTTP redirects
This commit is contained in:
Steven Fackler 2015-11-18 12:45:24 -08:00
commit 9e4c30ab51

View File

@ -198,7 +198,7 @@ types. The driver currently supports the following conversions:
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="https://github.com/rust-lang/rustc-serialize">serialize::json::Json</a> <a href="https://github.com/rust-lang-nursery/rustc-serialize">serialize::json::Json</a>
and and
<a href="https://github.com/erickt/serde_json">serde_json::Value</a> <a href="https://github.com/erickt/serde_json">serde_json::Value</a>
(<a href="#optional-features">optional</a>) (<a href="#optional-features">optional</a>)
@ -207,7 +207,7 @@ types. The driver currently supports the following conversions:
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="https://github.com/rust-lang/time">time::Timespec</a> <a href="https://github.com/rust-lang-deprecated/time">time::Timespec</a>
and and
<a href="https://github.com/lifthrasiir/rust-chrono">chrono::NaiveDateTime</a> <a href="https://github.com/lifthrasiir/rust-chrono">chrono::NaiveDateTime</a>
(<a href="#optional-features">optional</a>) (<a href="#optional-features">optional</a>)
@ -216,7 +216,7 @@ types. The driver currently supports the following conversions:
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="https://github.com/rust-lang/time">time::Timespec</a>, <a href="https://github.com/rust-lang-deprecated/time">time::Timespec</a>,
<a href="https://github.com/lifthrasiir/rust-chrono">chrono::DateTime&lt;UTC&gt;</a>, <a href="https://github.com/lifthrasiir/rust-chrono">chrono::DateTime&lt;UTC&gt;</a>,
<a href="https://github.com/lifthrasiir/rust-chrono">chrono::DateTime&lt;Local&gt;</a>, <a href="https://github.com/lifthrasiir/rust-chrono">chrono::DateTime&lt;Local&gt;</a>,
and and
@ -241,7 +241,7 @@ types. The driver currently supports the following conversions:
</tr> </tr>
<tr> <tr>
<td> <td>
<a href="https://github.com/rust-lang/uuid">uuid::Uuid</a> <a href="https://github.com/rust-lang-nursery/uuid">uuid::Uuid</a>
(<a href="#optional-features">optional</a>) (<a href="#optional-features">optional</a>)
</td> </td>
<td>UUID</td> <td>UUID</td>