summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2023-06-29 17:00:40 -0400
committerGitHub <noreply@github.com>2023-06-29 17:00:40 -0400
commit1272865a8ee948816ee9f5484f8adba8e26f45e2 (patch)
tree0a9c9288624c7fb0f5e20c750a679847c1bf78c5 /doc
parentbf2c18731d50075bb64e2639c097396276196cd9 (diff)
Fix broken wiki links (#8002)
Since [Misc #19679] migrated the wiki, these links should be updated to their new locations.
Notes
Notes: Merged-By: jemmaissroff
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax/refinements.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/refinements.rdoc b/doc/syntax/refinements.rdoc
index c900ab1bdc..17d5e67c21 100644
--- a/doc/syntax/refinements.rdoc
+++ b/doc/syntax/refinements.rdoc
@@ -279,6 +279,6 @@ Refinements in descendants have higher precedence than those of ancestors.
== Further Reading
-See https://bugs.ruby-lang.org/projects/ruby-master/wiki/RefinementsSpec for the
+See https://github.com/ruby/ruby/wiki/Refinements-Spec for the
current specification for implementing refinements. The specification also
contains more details.