summaryrefslogtreecommitdiff
path: root/doc/extension.rdoc
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:06:18 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:06:19 -0800
commitafd3f64f8cc4ff4fc956727d7e2da70597352008 (patch)
treed6786b891b336ff4bf0041e2a6ff9a55dbdc660d /doc/extension.rdoc
parent8c9450e7b875db846b19cc631af0d7fee66db5c6 (diff)
downloadruby-afd3f64f8cc4ff4fc956727d7e2da70597352008.tar.gz
Redmine /projects/ruby-trunk is now redirected
to /projects/ruby-master
Diffstat (limited to 'doc/extension.rdoc')
-rw-r--r--doc/extension.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index 79eb96d518..dfa4cb22ca 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -2049,7 +2049,7 @@ Before inserting write barriers, you need to know about RGenGC algorithm
available in include/ruby/ruby.h. An example is available in iseq.c.
For a complete guide for RGenGC and write barriers, please refer to
-<https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RGenGC>.
+<https://bugs.ruby-lang.org/projects/ruby-master/wiki/RGenGC>.
== Appendix E. RB_GC_GUARD to protect from premature GC