Skip to content

Commit

Permalink
[DOC] Update links to the new project pages
Browse files Browse the repository at this point in the history
Closes karmi#881
  • Loading branch information
phungleson authored and karmi committed Oct 2, 2013
1 parent 6ac5639 commit 820fb6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ full-text search engine and database with
[powerful aggregation features](http://www.elasticsearch.org/guide/reference/api/search/facets/),
communicating by JSON over RESTful HTTP, based on [Lucene](http://lucene.apache.org/), written in Java.

This Readme provides a brief overview of _Tire's_ features. The more detailed documentation is at <http://karmi.github.com/tire/>.
This Readme provides a brief overview of _Tire's_ features. The more detailed documentation is at <http://karmi.github.com/retire/>.

Both of these documents contain a lot of information. Please set aside some time to read them thoroughly, before you blindly dive into „somehow making it work“. Just skimming through it **won't work** for you. For more information, please see the project [Wiki](https://github.com/karmi/tire/wiki/_pages), search the [issues](https://github.com/karmi/tire/issues), and refer to the [integration test suite](https://github.com/karmi/tire/tree/master/test/integration).

Expand Down Expand Up @@ -63,7 +63,7 @@ To test-drive the core _Elasticsearch_ functionality, let's require the gem:
```

Please note that you can copy these snippets from the much more extensive and heavily annotated file
in [examples/tire-dsl.rb](http://karmi.github.com/tire/).
in [examples/tire-dsl.rb](http://karmi.github.com/retire/).

Also, note that we're doing some heavy JSON lifting here. _Tire_ uses the
[_multi_json_](https://github.com/intridea/multi_json) gem as a generic JSON wrapper,
Expand Down
4 changes: 2 additions & 2 deletions tire.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ Gem::Specification.new do |s|
your models (incrementally upon saving, or in bulk), searching and
paginating the results.
Please check the documentation at <http://karmi.github.com/tire/>.
Please check the documentation at <http://karmi.github.com/retire/>.
DESC

s.post_install_message =<<-CHANGELOG.gsub(/^ /, '')
================================================================================
Please check the documentation at <http://karmi.github.com/tire/>.
Please check the documentation at <http://karmi.github.com/retire/>.
--------------------------------------------------------------------------------
Expand Down

0 comments on commit 820fb6a

Please sign in to comment.