From 034dbcd9a6c8a9696169d67c8a536d002530a0e2 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 17 Jan 2022 16:03:08 -0500 Subject: [PATCH] Update ruby-doc.org URL --- doc/user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide.md b/doc/user_guide.md index 64a14e3..36d1882 100644 --- a/doc/user_guide.md +++ b/doc/user_guide.md @@ -237,7 +237,7 @@ The `Rsconscript` file is a Ruby script. The [`glob`](../yard/Rscons/Script/GlobalDsl.html#glob-instance_method) method can be used to find files matching the patterns specified. -It supports a syntax similar to the Ruby [Dir.glob method](https://ruby-doc.org/core-2.5.1/Dir.html#method-c-glob) but operates more deterministically. +It supports a syntax similar to the Ruby [Dir.glob method](https://ruby-doc.org/core-3.1.0/Dir.html#method-c-glob) but operates more deterministically. Example use: