Skip to content

Commit 0b469ed

Browse files
nissyi-ghhsbt
authored andcommitted
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.
1 parent 8549874 commit 0b469ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bundler/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

bundler/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)