Skip to content

Commit fc0f6c5

Browse files
homusegiddins
authored andcommitted
Auto merge of #1886 - claudijd:remove_legacy_docs_ref, r=segiddins
Switch from docs to guides reference # Description: docs.rubygems.org is no longer a publicly resolvable DNS name, but there is code in RubyGems that still references this code. It appears that guides.rubygems.org is it's successor, so I'm trading docs. for guides. in this PR. ______________ # Tasks: - [X] Describe the problem / feature - [x] Write tests (N/A) - [X] Write code to solve the problem - [x] Get code review from coworkers / friends I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md). (cherry picked from commit 3e82c7c)
1 parent 4c1b1c1 commit fc0f6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubygems/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ def root(req, res)
657657
"only_one_executable" => true,
658658
"full_name" => "rubygems-#{Gem::VERSION}",
659659
"has_deps" => false,
660-
"homepage" => "http://docs.rubygems.org/",
660+
"homepage" => "http://guides.rubygems.org/",
661661
"name" => 'rubygems',
662662
"ri_installed" => true,
663663
"summary" => "RubyGems itself",

0 commit comments

Comments
 (0)