From a27c274f0476fa270b9e2f5d4f4ec36bd8c0b61a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 15 Sep 2021 09:39:43 +0900 Subject: [DOC] Fix broken links [ci skip] * As the "doc/" prefix is specified by the `--page-dir` option, remove from the rdoc references. * Refer to the original .rdoc instead of the converted .html. --- ractor.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ractor.rb') diff --git a/ractor.rb b/ractor.rb index 1b8cd118fb..ef36b2937f 100644 --- a/ractor.rb +++ b/ractor.rb @@ -195,7 +195,7 @@ # # can not access instance variables of classes/modules from non-main Ractors (RuntimeError) # # See also the description of # shareable_constant_value pragma in -# {Comments syntax}[rdoc-ref:doc/syntax/comments.rdoc] explanation. +# {Comments syntax}[rdoc-ref:syntax/comments.rdoc] explanation. # # == Ractors vs threads # @@ -223,7 +223,7 @@ # # == Reference # -# See {Ractor design doc}[rdoc-ref:doc/ractor.md] for more details. +# See {Ractor design doc}[rdoc-ref:ractor.md] for more details. # class Ractor # -- cgit v1.2.1