Skip to content

Commit 7e1039e

Browse files
nissyi-ghmatzbot
authored andcommitted
[ruby/rubygems] Update gem creation guide URL to rubygems.org
Update the gem creation guide links in the CLI output and gemspac template. The previous Bundler guide URL now redirects to RubyGems Guides. ruby/rubygems@0b469edf03
1 parent 11e0e7c commit 7e1039e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/bundler/cli/gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def run
288288
open_editor(options["edit"], target.join("#{name}.gemspec")) if options[:edit]
289289

290290
Bundler.ui.info "\nGem '#{name}' was successfully created. " \
291-
"For more information on making a RubyGem visit https://bundler.io/guides/creating_gem.html"
291+
"For more information on making a RubyGem visit https://guides.rubygems.org/make-your-own-gem/"
292292
end
293293

294294
private

lib/bundler/templates/newgem/newgem.gemspec.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ Gem::Specification.new do |spec|
5454
<%- end -%>
5555

5656
# For more information and examples about making a new gem, check out our
57-
# guide at: https://bundler.io/guides/creating_gem.html
57+
# guide at: https://guides.rubygems.org/make-your-own-gem/
5858
end

0 commit comments

Comments
 (0)