Skip to content

Commit 9e4c30a

Browse files
committed
Merge pull request #145 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2 parents e4b8cb8 + 4da207b commit 9e4c30a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ types. The driver currently supports the following conversions:
198198
</tr>
199199
<tr>
200200
<td>
201-
<a href="https://github.com/rust-lang/rustc-serialize">serialize::json::Json</a>
201+
<a href="https://github.com/rust-lang-nursery/rustc-serialize">serialize::json::Json</a>
202202
and
203203
<a href="https://github.com/erickt/serde_json">serde_json::Value</a>
204204
(<a href="#optional-features">optional</a>)
@@ -207,7 +207,7 @@ types. The driver currently supports the following conversions:
207207
</tr>
208208
<tr>
209209
<td>
210-
<a href="https://github.com/rust-lang/time">time::Timespec</a>
210+
<a href="https://github.com/rust-lang-deprecated/time">time::Timespec</a>
211211
and
212212
<a href="https://github.com/lifthrasiir/rust-chrono">chrono::NaiveDateTime</a>
213213
(<a href="#optional-features">optional</a>)
@@ -216,7 +216,7 @@ types. The driver currently supports the following conversions:
216216
</tr>
217217
<tr>
218218
<td>
219-
<a href="https://github.com/rust-lang/time">time::Timespec</a>,
219+
<a href="https://github.com/rust-lang-deprecated/time">time::Timespec</a>,
220220
<a href="https://github.com/lifthrasiir/rust-chrono">chrono::DateTime&lt;UTC&gt;</a>,
221221
<a href="https://github.com/lifthrasiir/rust-chrono">chrono::DateTime&lt;Local&gt;</a>,
222222
and
@@ -241,7 +241,7 @@ types. The driver currently supports the following conversions:
241241
</tr>
242242
<tr>
243243
<td>
244-
<a href="https://github.com/rust-lang/uuid">uuid::Uuid</a>
244+
<a href="https://github.com/rust-lang-nursery/uuid">uuid::Uuid</a>
245245
(<a href="#optional-features">optional</a>)
246246
</td>
247247
<td>UUID</td>

0 commit comments

Comments
 (0)