From 804c45b06973e59b0d9df100fe0518896bc73365 Mon Sep 17 00:00:00 2001 From: jsshandle Date: Mon, 9 Jul 2018 21:35:40 +0200 Subject: [PATCH] Resolve HTTP 301 redirect in comment (#66) --- ini.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini.h b/ini.h index f45ba40..4db7d77 100644 --- a/ini.h +++ b/ini.h @@ -73,7 +73,7 @@ int ini_parse_string(const char* string, ini_handler handler, void* user); #endif /* Nonzero to allow a UTF-8 BOM sequence (0xEF 0xBB 0xBF) at the start of - the file. See http://code.google.com/p/inih/issues/detail?id=21 */ + the file. See https://github.com/benhoyt/inih/issues/21 */ #ifndef INI_ALLOW_BOM #define INI_ALLOW_BOM 1 #endif