summaryrefslogtreecommitdiff
path: root/dir.rb
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 /dir.rb
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 'dir.rb')
-rw-r--r--dir.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.rb b/dir.rb
index e2523055a1..7de62da921 100644
--- a/dir.rb
+++ b/dir.rb
@@ -390,7 +390,7 @@ class Dir
# enables the pattern extension
# <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]
+ # {regexp union}[rdoc-ref:Regexp.union]
# (e.g., <tt>'(?:_a_|_b_)'</tt>):
#
# pattern = '{LEGAL,BSDL}'