summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorKentaro Takeyama <n.y.skate.of.minds@gmail.com>2023-07-23 10:19:50 +0900
committergit <svn-admin@ruby-lang.org>2023-07-24 23:58:06 +0000
commitf72ddd92be0ea80cfc230c5d972d27f91dd3cb1b (patch)
treeb5a43a89bc6bce4bdb30fc654484c1174e78e7f7 /file.c
parentb106cf2eef574535fa2a069493235b00d679d20a (diff)
[rubygems/rubygems] Bundler: Update bundle-outdated(1) man
Updated output examples to current format since the output format has changed since version 2.2.0.dev https://github.com/rubygems/rubygems/commit/48d98f906a
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index fadee48e9b..89afe7a0d0 100644
--- a/file.c
+++ b/file.c
@@ -7707,7 +7707,7 @@ Init_File(void)
* Flag File::FNM_EXTGLOB enables pattern <tt>'{_a_,_b_}'</tt>,
* which matches pattern '_a_' and pattern '_b_';
* behaves like
- * a {regexp union}[https://docs.ruby-lang.org/en/master/Regexp.html#method-c-union]
+ * a {regexp union}[rdoc-ref:Regexp.union]
* (e.g., <tt>'(?:_a_|_b_)'</tt>):
*
* pattern = '{LEGAL,BSDL}'