From 4015f9c1c99d63c47af9c1a00ca847ece1426992 Mon Sep 17 00:00:00 2001 From: Bara Date: Mon, 19 Sep 2022 22:35:49 +0200 Subject: [PATCH] Replace old link with newer working one (#1837) --- plugins/include/sourcemod.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sourcemod.inc b/plugins/include/sourcemod.inc index 6da1cf67..876a6d68 100644 --- a/plugins/include/sourcemod.inc +++ b/plugins/include/sourcemod.inc @@ -398,7 +398,7 @@ native int GetTime(int bigStamp[2]={0,0}); * Produces a date and/or time string value for a timestamp. * * See this URL for valid parameters: - * http://cplusplus.com/reference/clibrary/ctime/strftime.html + * https://cplusplus.com/reference/ctime/strftime/ * * Note that available parameters depends on support from your operating system. * In particular, ones highlighted in yellow on that page are not currently