Skip to content

Commit 54974fe

Browse files
[DOC] Fix link (#160)
1 parent 7f98e72 commit 54974fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/date_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7478,7 +7478,7 @@ strftimev(const char *fmt, VALUE self,
74787478
*
74797479
* Date.new(2001, 2, 3).asctime # => "Sat Feb 3 00:00:00 2001"
74807480
*
7481-
* See {asctime}[https://linux.die.net/man/3/asctime].
7481+
* See {asctime}[https://man7.org/linux/man-pages/man3/asctime.3p.html].
74827482
*
74837483
*/
74847484
static VALUE

0 commit comments

Comments
 (0)