From c81bae06f57e35c83007c80c3495b78dac0a5ca6 Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Sun, 12 Aug 2018 23:23:25 +0300 Subject: [PATCH] Add missing trailing slash in Edge tracker links. --- site/_includes/bugify.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/bugify.html b/site/_includes/bugify.html index 6a02bd23ec..cd8ab79a50 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" -%} -- GitLab