diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2020-07-28 19:51:07 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2020-07-28 19:51:54 +0900 |
commit | 946cd6c5348d7dd12ecc41e79c3ca9803d2ca7f0 (patch) | |
tree | 2ddf4483af71549f042973a94d656bfc23d246ed /enc/windows_1253.c | |
parent | f44114b502f4ae793f95d0be14b094cfe7c4c0e7 (diff) |
Use https instead of http
Diffstat (limited to 'enc/windows_1253.c')
-rw-r--r-- | enc/windows_1253.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/windows_1253.c b/enc/windows_1253.c index 9e9c63a581..b2a43581c3 100644 --- a/enc/windows_1253.c +++ b/enc/windows_1253.c @@ -32,7 +32,7 @@ * MIBenum: 2253 * Link: http://www.iana.org/assignments/character-sets * Link: http://www.microsoft.com/globaldev/reference/sbcs/1253.mspx - * Link: http://en.wikipedia.org/wiki/Windows-1253 + * Link: https://en.wikipedia.org/wiki/Windows-1253 */ #include "regenc.h" |