summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2021-02-10 22:35:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-11 13:33:21 +0900
commit9e66c511ffee4c5d10ed69ccd90514e7548a06b3 (patch)
treeef43ed4c678206ce80c6a296203842353cda82d8 /string.c
parentc03b723f56c9b31fb566d83ebecaeae5860b78dd (diff)
Fix 404 link
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4169
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 84e12d410b..c9fdc17258 100644
--- a/string.c
+++ b/string.c
@@ -9711,7 +9711,7 @@ rb_str_oct(VALUE str)
* * Even in the "modular" mode, some hash functions are considered
* archaic and no longer recommended at all; for instance module
* <code>$1$</code> is officially abandoned by its author: see
- * http://phk.freebsd.dk/sagas/md5crypt_eol.html . For another
+ * http://phk.freebsd.dk/sagas/md5crypt_eol/ . For another
* instance module <code>$3$</code> is considered completely
* broken: see the manpage of FreeBSD.
*