From b86f2ccd3150009bd9bb25d961a462a880631116 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Mon, 25 Nov 2019 12:37:24 -0500 Subject: [PATCH] Docs(gems-from-git page): Fix incorrect URLs for nokogiri --- source/v2.0/guides/git.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/v2.0/guides/git.html.haml b/source/v2.0/guides/git.html.haml index a2718640f6..033e47813b 100644 --- a/source/v2.0/guides/git.html.haml +++ b/source/v2.0/guides/git.html.haml @@ -66,9 +66,9 @@ title: How to install gems from git repositories exactly the same way :code # lang: ruby - gem 'nokogiri', git: 'https://github.com/rack/rack.git', ref: '0bd839d' - gem 'nokogiri', git: 'https://github.com/rack/rack.git', tag: '2.0.1' - gem 'nokogiri', git: 'https://github.com/rack/rack.git', branch: 'rack-1.5' + gem 'nokogiri', git: 'https://github.com/sparklemotion/nokogiri.git', ref: '0bd839d' + gem 'nokogiri', git: 'https://github.com/sparklemotion/nokogiri.git', tag: '2.0.1' + gem 'nokogiri', git: 'https://github.com/sparklemotion/nokogiri.git', branch: 'rack-1.5' .bullet .description Bundler can use HTTP(S), SSH, or git