mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-11 00:00:57 +00:00
HTTPS for Apple Safari Radar in bugify filter
This commit is contained in:
parent
1a833e75d5
commit
0d291e8623
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ module Jekyll
|
|||
"Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
|
||||
"Chromium" => ["https://code.google.com/p/chromium/issues/detail?id=", "Chromium issue"],
|
||||
"WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],
|
||||
"Safari" => ["http://openradar.appspot.com/", "Apple Safari Radar"],
|
||||
"Safari" => ["https://openradar.appspot.com/", "Apple Safari Radar"],
|
||||
"Normalize" => ["https://github.com/necolas/normalize.css/issues/", "Normalize"]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue