summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2022-04-09 16:53:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-09 17:43:46 +0900
commit5b467400d220125aed9d000e258c3cc3ca505421 (patch)
tree6c0030eedd8a9f2d167440ebc36380f44be6412d /time.c
parent83aeec8acfd1affe3e90ae01b8cecdff074e82ed (diff)
downloadruby-5b467400d220125aed9d000e258c3cc3ca505421.tar.gz
[DOC]Some link prefix replace
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index e7faef6df6..8b4d26b2dc 100644
--- a/time.c
+++ b/time.c
@@ -1315,7 +1315,7 @@ static struct tm *localtime_with_gmtoff_zone(const time_t *t, struct tm *result,
* compat_common_month_table is generated by the following program.
* This table finds the last month which starts at the same day of a week.
* The year 2037 is not used because:
- * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522949
+ * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522949
*
* #!/usr/bin/ruby
*