From 16b84b72a4ceb570c7af451f7d16aad02e68404b Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 15 Dec 2024 12:30:01 +0000 Subject: [PATCH] [rubygems/rubygems] Fix broken link to license file https://github.com/rubygems/rubygems/commit/76cb4aad70 --- lib/rubygems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 8a5728d831..ee88d23a38 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -107,7 +107,7 @@ require_relative "rubygems/target_rbconfig" # # == License # -# See {LICENSE.txt}[rdoc-ref:lib/rubygems/LICENSE.txt] for permissions. +# See {LICENSE.txt}[https://github.com/rubygems/rubygems/blob/master/LICENSE.txt] for permissions. # # Thanks! #