summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authorStan Lo <[email protected]>2024-12-18 20:36:59 +0000
committerJeremy Evans <[email protected]>2024-12-19 14:15:23 -0800
commit2a44a57e1455302fc90c94cf02ff89c9f3bcf5d2 (patch)
tree739d57888043eaeac01fa8e358a5a0a48e3f65df /error.c
parent33f95d632dce42fac35da29eaed33f0a5a4f0dcb (diff)
[DOC] Link to special `fatal` class through `rdoc-ref`
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12391
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 877c5d5a24..4a31b8529c 100644
--- a/error.c
+++ b/error.c
@@ -3434,7 +3434,7 @@ syserr_eqq(VALUE self, VALUE exc)
* * ZeroDivisionError
* * SystemExit
* * SystemStackError
- * * {fatal}[https://docs.ruby-lang.org/en/master/fatal.html]
+ * * {fatal}[rdoc-ref:fatal]
*
*/