Fix broken wiki links (#8002)
Since [Misc #19679] migrated the wiki, these links should be updated to their new locations.
This commit is contained in:
parent
bf2c18731d
commit
1272865a8e
Notes:
git
2023-06-29 21:01:00 +00:00
Merged-By: jemmaissroff
2
.gdbinit
2
.gdbinit
@ -1279,7 +1279,7 @@ document rb_count_objects
|
|||||||
Counts all objects grouped by type.
|
Counts all objects grouped by type.
|
||||||
end
|
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
|
define trace_machine_instructions
|
||||||
set logging enabled
|
set logging enabled
|
||||||
set height 0
|
set height 0
|
||||||
|
@ -1841,7 +1841,7 @@ help: PHONY
|
|||||||
" golf: build goruby for golfers" \
|
" golf: build goruby for golfers" \
|
||||||
$(HELP_EXTRA_TASKS) \
|
$(HELP_EXTRA_TASKS) \
|
||||||
"see DeveloperHowto for more detail: " \
|
"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)
|
$(MESSAGE_END)
|
||||||
|
|
||||||
$(CROSS_COMPILING:yes=)builtin.$(OBJEXT): {$(VPATH)}mini_builtin.c
|
$(CROSS_COMPILING:yes=)builtin.$(OBJEXT): {$(VPATH)}mini_builtin.c
|
||||||
|
@ -279,6 +279,6 @@ Refinements in descendants have higher precedence than those of ancestors.
|
|||||||
|
|
||||||
== Further Reading
|
== 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
|
current specification for implementing refinements. The specification also
|
||||||
contains more details.
|
contains more details.
|
||||||
|
@ -667,5 +667,5 @@ Ruby is designed and implemented by
|
|||||||
.An Yukihiro Matsumoto Aq matz@netlab.jp .
|
.An Yukihiro Matsumoto Aq matz@netlab.jp .
|
||||||
.Pp
|
.Pp
|
||||||
See
|
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.
|
for contributors to Ruby.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user