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. --- range.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'range.c') diff --git a/range.c b/range.c index 2d49cc112f..3dcced48b8 100644 --- a/range.c +++ b/range.c @@ -664,7 +664,7 @@ bsearch_integer_range(VALUE beg, VALUE end, int excl) * * Returns an element from +self+ selected by a binary search. * - * See {Binary Searching}[doc/bsearch_rdoc.html]. + * See {Binary Searching}[rdoc-ref:bsearch.rdoc]. * */ -- cgit v1.2.3