1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use https instead of http

This commit is contained in:
Kazuhiro NISHIYAMA 2020-07-28 19:51:07 +09:00
parent f44114b502
commit 946cd6c534
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A
29 changed files with 46 additions and 46 deletions

View file

@ -248,6 +248,6 @@ OnigEncodingDefine(windows_1251, Windows_1251) = {
* MIBenum: 2251
* Link: http://www.iana.org/assignments/character-sets
* Link: http://www.microsoft.com/globaldev/reference/sbcs/1251.mspx
* Link: http://en.wikipedia.org/wiki/Windows-1251
* Link: https://en.wikipedia.org/wiki/Windows-1251
*/
ENC_ALIAS("CP1251", "Windows-1251")