Updated GH path to elastic/logstash

Fixes #3010
This commit is contained in:
Pius 2015-04-14 10:49:48 -07:00 committed by Jordan Sissel
parent b155946d9c
commit 38de0e7d0a

View file

@ -807,7 +807,7 @@ TIP: See http://bundler.io/gemfile.html[Bundler's Gemfile page] for more details
---------------------------------- ----------------------------------
source 'https://rubygems.org' source 'https://rubygems.org'
gemspec gemspec
gem "logstash", :github => "elasticsearch/logstash", :branch => "{branch}" gem "logstash", :github => "elastic/logstash", :branch => "{branch}"
---------------------------------- ----------------------------------
[float] [float]