aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/_includes/bugify.html
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/_includes/bugify.html')
-rw-r--r--vendor/twbs/bootstrap/site/_includes/bugify.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/twbs/bootstrap/site/_includes/bugify.html b/vendor/twbs/bootstrap/site/_includes/bugify.html
index 6a02bd23e..7f3340421 100644
--- a/vendor/twbs/bootstrap/site/_includes/bugify.html
+++ b/vendor/twbs/bootstrap/site/_includes/bugify.html
@@ -1,7 +1,7 @@
{%- comment -%}
-Usage: {% include bugify.html content=text %},
-where content is a string that contains a bug reference name and id.
-e.g. Bootstrap#19984
+ Usage: include bugify.html content=text,
+ where content is a string that contains a bug reference name and id.
+ e.g. Bootstrap#19984
{%- endcomment -%}
{%- assign words = include.content | split: " " -%}
@@ -17,7 +17,7 @@ e.g. Bootstrap#19984
{%- when "Bootstrap" -%}
<a href="https://github.com/twbs/bootstrap/issues/{{ bug_id }}">#{{ bug_id }}</a>
{%- when "Edge" -%}
- <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/{{ bug_id }}">Edge issue #{{ bug_id }}</a>
+ <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/{{ bug_id }}/">Edge issue #{{ bug_id }}</a>
{%- when "A11yUserVoice" -%}
<a href="https://microsoftaccessibility.uservoice.com/forums/307429-microsoft-accessibility-feedback/suggestions/{{ bug_id }}">Microsoft A11y UserVoice idea #{{ bug_id }}</a>
{%- when "UserVoice" -%}