mirror of https://github.com/twbs/bootstrap.git
HTTPS for Apple Safari Radar in bugify filter
This commit is contained in:
parent
1a833e75d5
commit
0d291e8623
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue