[前][次][番号順一覧][スレッド一覧]

ruby-changes:65225

From: S-H-GAMELINKS <ko1@a...>
Date: Thu, 11 Feb 2021 13:33:44 +0900 (JST)
Subject: [ruby-changes:65225] 9e66c511ff (master): Fix 404 link

https://git.ruby-lang.org/ruby.git/commit/?id=9e66c511ff

From 9e66c511ffee4c5d10ed69ccd90514e7548a06b3 Mon Sep 17 00:00:00 2001
From: S-H-GAMELINKS <gamelinks007@g...>
Date: Wed, 10 Feb 2021 22:35:07 +0900
Subject: Fix 404 link

---
 string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/string.c b/string.c
index 84e12d4..c9fdc17 100644
--- a/string.c
+++ b/string.c
@@ -9711,7 +9711,7 @@ rb_str_oct(VALUE str) https://github.com/ruby/ruby/blob/trunk/string.c#L9711
  *  * 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.
  *
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]