From 1272865a8ee948816ee9f5484f8adba8e26f45e2 Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Thu, 29 Jun 2023 17:00:40 -0400 Subject: [PATCH] Fix broken wiki links (#8002) Since [Misc #19679] migrated the wiki, these links should be updated to their new locations. --- .gdbinit | 2 +- common.mk | 2 +- doc/syntax/refinements.rdoc | 2 +- man/ruby.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gdbinit b/.gdbinit index f5980388f2..9841c1466d 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1279,7 +1279,7 @@ document rb_count_objects Counts all objects grouped by type. end -# Details: https://bugs.ruby-lang.org/projects/ruby-master/wiki/MachineInstructionsTraceWithGDB +# Details: https://github.com/ruby/ruby/wiki/Machine-Instructions-Trace-with-GDB define trace_machine_instructions set logging enabled set height 0 diff --git a/common.mk b/common.mk index 1c0b042067..ddceb96fbf 100644 --- a/common.mk +++ b/common.mk @@ -1841,7 +1841,7 @@ help: PHONY " golf: build goruby for golfers" \ $(HELP_EXTRA_TASKS) \ "see DeveloperHowto for more detail: " \ - " https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto" \ + " https://github.com/ruby/ruby/wiki/Developer-How-To" \ $(MESSAGE_END) $(CROSS_COMPILING:yes=)builtin.$(OBJEXT): {$(VPATH)}mini_builtin.c 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. diff --git a/man/ruby.1 b/man/ruby.1 index 6c9f5fb0d1..f4150ae77a 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -667,5 +667,5 @@ Ruby is designed and implemented by .An Yukihiro Matsumoto Aq matz@netlab.jp . .Pp See -.Aq Lk https://bugs.ruby-lang.org/projects/ruby/wiki/Contributors +.Aq Lk https://github.com/ruby/ruby/graphs/contributors for contributors to Ruby.