Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
e156d2bb
Commit
e156d2bb
authored
8 years ago
by
Bardi Harborow
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix A11yUserVoice bugify rendering. (#21282)
parent
0bb60415
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_plugins/bugify.rb
+1
-1
docs/_plugins/bugify.rb
with
1 addition
and
1 deletion
+1
-1
docs/_plugins/bugify.rb
+
1
-
1
View file @
e156d2bb
...
@@ -4,8 +4,8 @@ module Jekyll
...
@@ -4,8 +4,8 @@ module Jekyll
upstream_map
=
{
upstream_map
=
{
"Bootstrap"
=>
"https://github.com/twbs/bootstrap/issues/"
,
"Bootstrap"
=>
"https://github.com/twbs/bootstrap/issues/"
,
"Edge"
=>
[
"https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/"
,
"Edge issue"
],
"Edge"
=>
[
"https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/"
,
"Edge issue"
],
"UserVoice"
=>
[
"https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/"
,
"Edge UserVoice idea"
],
"A11yUserVoice"
=>
[
"https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/"
,
"Microsoft A11y UserVoice idea"
],
"A11yUserVoice"
=>
[
"https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/"
,
"Microsoft A11y UserVoice idea"
],
"UserVoice"
=>
[
"https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/"
,
"Edge UserVoice idea"
],
"Mozilla"
=>
[
"https://bugzilla.mozilla.org/show_bug.cgi?id="
,
"Mozilla bug"
],
"Mozilla"
=>
[
"https://bugzilla.mozilla.org/show_bug.cgi?id="
,
"Mozilla bug"
],
"Chromium"
=>
[
"https://bugs.chromium.org/p/chromium/issues/detail?id="
,
"Chromium issue"
],
"Chromium"
=>
[
"https://bugs.chromium.org/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"
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment