posts:geopy: Update URL now that GeoPy has moved to GitHub
authorW. Trevor King <wking@tremily.us>
Tue, 1 Oct 2013 17:24:09 +0000 (10:24 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 12 Dec 2013 18:20:33 +0000 (10:20 -0800)
posts/geopy.mdwn

index d6c283bea80747db250a80c7a79d94a2f71aebf0..b7699f28b6e99fd21afe4d2a3e6ec7a91143a8c6 100644 (file)
@@ -9,7 +9,7 @@ geometry.  Here's an excerpt from the [tutorial][]:
 >>> distance.distance((ny_lat, ny_lng), (nas_lat, nas_lng)).nautical
 952.2940284055431
 
-[Geopy]: http://www.geopy.org/
+[Geopy]: https://github.com/geopy/geopy
 [tutorial]: http://code.google.com/p/geopy/wiki/GettingStarted
 
 [[!tag tags/python]]