summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-15 09:39:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-09-15 14:16:14 +0900
commita27c274f0476fa270b9e2f5d4f4ec36bd8c0b61a (patch)
treee202f380fea411791140223c7bd9d4ff0a2509f9 /doc
parent63ab2fedc86e463cb5132e19c285f5c3442ca5f7 (diff)
[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.
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS-3.0.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NEWS-3.0.0.md b/doc/NEWS-3.0.0.md
index 6ec5a09d79..00c26fe585 100644
--- a/doc/NEWS-3.0.0.md
+++ b/doc/NEWS-3.0.0.md
@@ -86,7 +86,7 @@ Note that each entry is kept to a minimum, see links for details.
`# frozen-string-literal: true` is used. [[Feature #17104]]
* Magic comment `shareable_constant_value` added to freeze constants.
- See {Magic Comments}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
+ See {Magic Comments}[rdoc-ref:syntax/comments.rdoc@Magic+Comments] for more details.
[[Feature #17273]]
* A {static analysis}[rdoc-label:label-Static+analysis] foundation is