File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
elasticsearch-persistence Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ repository.save Article.new(title: 'Test')
146146To work on the code, clone the repository and install all dependencies first:
147147
148148```
149- git clone https://github.com/elastic/elasticsearch -rails.git
149+ git clone https://github.com/compliance-innovations/opensearch -rails.git
150150cd elasticsearch-rails/
151151bundle install
152152rake bundle:install
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ Install the package from [Rubygems](https://rubygems.org):
2626
2727To use an unreleased version, either add it to your ` Gemfile ` for [ Bundler] ( http://bundler.io ) :
2828
29- gem 'elasticsearch-model', git: 'git://github.com/elastic/elasticsearch -rails.git', branch: '5.x'
29+ gem 'elasticsearch-model', git: 'git://github.com/compliance-innovations/opensearch -rails.git', branch: '5.x'
3030
3131or install it from a source code checkout:
3232
33- git clone https://github.com/elastic/elasticsearch -rails.git
33+ git clone https://github.com/compliance-innovations/opensearch -rails.git
3434 cd elasticsearch-rails/elasticsearch-model
3535 bundle install
3636 rake install
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ Install the package from [Rubygems](https://rubygems.org):
2424
2525To use an unreleased version, either add it to your ` Gemfile ` for [ Bundler] ( http://bundler.io ) :
2626
27- gem 'elasticsearch-persistence', git: 'git://github.com/elastic/elasticsearch -rails.git', branch: '6.x'
27+ gem 'elasticsearch-persistence', git: 'git://github.com/compliance-innovations/opensearch -rails.git', branch: '6.x'
2828
2929or install it from a source code checkout:
3030
31- git clone https://github.com/elastic/elasticsearch -rails.git
31+ git clone https://github.com/compliance-innovations/opensearch -rails.git
3232 cd elasticsearch-rails/elasticsearch-persistence
3333 bundle install
3434 rake install
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ gem 'hashie'
2626
2727gem 'patron'
2828gem 'opensearch-ruby'
29- gem 'elasticsearch-model' , git : 'https://github.com/elastic/elasticsearch -rails.git'
30- gem 'elasticsearch-persistence' , git : 'https://github.com/elastic/elasticsearch -rails.git'
29+ gem 'elasticsearch-model' , git : 'https://github.com/compliance-innovations/opensearch -rails.git'
30+ gem 'elasticsearch-persistence' , git : 'https://github.com/compliance-innovations/opensearch -rails.git'
3131
3232gem 'sinatra' , require : false
3333gem 'thin'
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ Install the package from [Rubygems](https://rubygems.org):
2828
2929To use an unreleased version, either add it to your ` Gemfile ` for [ Bundler] ( http://bundler.io ) :
3030
31- gem 'elasticsearch-rails', git: 'git://github.com/elastic/elasticsearch -rails.git', branch: '5.x'
31+ gem 'elasticsearch-rails', git: 'git://github.com/compliance-innovations/opensearch -rails.git', branch: '5.x'
3232
3333or install it from a source code checkout:
3434
35- git clone https://github.com/elastic/elasticsearch -rails.git
35+ git clone https://github.com/compliance-innovations/opensearch -rails.git
3636 cd elasticsearch-rails/elasticsearch-rails
3737 bundle install
3838 rake install
You can’t perform that action at this time.
0 commit comments