summaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2025-11-27 20:12:24 +0000
committerGitHub <noreply@github.com>2025-11-27 20:12:24 +0000
commit4cd6661e1853930c8002174c4ccd14f927fcd33b (patch)
treef76523b5a51d2ab3b86f8fac8136ec43517f8f6c /range.c
parent2f192c73cccdfd81e4ac2206feadc48b2757c19c (diff)
Reorganize page documentations (#15154)
Re-organize page docs
Diffstat (limited to 'range.c')
-rw-r--r--range.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.c b/range.c
index f26efe57ba..f82d1a316d 100644
--- a/range.c
+++ b/range.c
@@ -784,7 +784,7 @@ bsearch_integer_range(VALUE beg, VALUE end, int excl)
*
* Returns an element from +self+ selected by a binary search.
*
- * See {Binary Searching}[rdoc-ref:bsearch.rdoc].
+ * See {Binary Searching}[rdoc-ref:language/bsearch.rdoc].
*
*/