mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
HTTPS for Apple Safari Radar in bugify filter
This commit is contained in:
@@ -7,7 +7,7 @@ module Jekyll
|
|||||||
"Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
|
"Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
|
||||||
"Chromium" => ["https://code.google.com/p/chromium/issues/detail?id=", "Chromium issue"],
|
"Chromium" => ["https://code.google.com/p/chromium/issues/detail?id=", "Chromium issue"],
|
||||||
"WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],
|
"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"]
|
"Normalize" => ["https://github.com/necolas/normalize.css/issues/", "Normalize"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user