diff options
| author | XhmikosR <[email protected]> | 2018-08-12 23:23:25 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-08-12 23:42:01 +0300 |
| commit | c81bae06f57e35c83007c80c3495b78dac0a5ca6 (patch) | |
| tree | bb22842e795d9515bdf793821b15aba51b90123f | |
| parent | e8e8df9cba49b8d33dbbc3acbaa54e96db945440 (diff) | |
| download | bootstrap-c81bae06f57e35c83007c80c3495b78dac0a5ca6.tar.xz bootstrap-c81bae06f57e35c83007c80c3495b78dac0a5ca6.zip | |
Add missing trailing slash in Edge tracker links.
| -rw-r--r-- | site/_includes/bugify.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/bugify.html b/site/_includes/bugify.html index 6a02bd23e..cd8ab79a5 100644 --- a/site/_includes/bugify.html +++ b/site/_includes/bugify.html @@ -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" -%} |
