README.markdown in geokit-1.6.7 vs README.markdown in geokit-1.7.0.rc1
- old
+ new
@@ -15,14 +15,15 @@
* Geocoding from multiple providers. It supports Google, Yahoo, Geocoder.us, and Geocoder.ca geocoders, and others. It provides a uniform response structure from all of them.
It also provides a fail-over mechanism, in case your input fails to geocode in one service.
* Rectangular bounds calculations: is a point within a given rectangular bounds?
* Heading and midpoint calculations
-Combine this gem with the [geokit-rails plugin](http://github.com/geokit/geokit-rails) to get location-based finders for your Rails app.
+Combine this gem with the [geokit-rails plugin](http://github.com/imajes/geokit-rails) to get location-based finders for your Rails app.
-* Repository at Github: [http://github.com/geokit/geokit](http://github.com/geokit/geokit).
-* RDoc pages: [http://rdoc.info/github/geokit/geokit/master/frames](http://rdoc.info/github/geokit/geokit/master/frames)
+* Geokit main site [http://rubygeokit.org/](http://rubygeokit.org).
+* Repository at Github: [http://github.com/imajes/geokit](http://github.com/imajes/geokit).
+* RDoc pages: [http://rdoc.info/github/imajes/geokit/master/frames](http://rdoc.info/github/imajes/geokit/master/frames)
* Follow the Google Group for updates and discussion on Geokit: [http://groups.google.com/group/geokit](http://groups.google.com/group/geokit)
## INSTALL
gem install geokit
@@ -123,10 +124,10 @@
# The IP provider order. Valid symbols are :ip,:geo_plugin.
# As before, make sure you read up on relevant Terms of Use for each.
# Geokit::Geocoders::ip_provider_order = [:external,:geo_plugin,:ip]
```
-If you're using this gem with the [geokit-rails plugin](http://github.com/geokit/geokit-rails), the plugin
+If you're using this gem with the [geokit-rails plugin](http://github.com/imajes/geokit-rails), the plugin
creates a template with these settings and places it in `config/initializers/geokit_config.rb`.
## SUPPORTED GEOCODERS
### "regular" address geocoders