From a0c0855200ac24b0d58beb20c7f73b5f02df4239 Mon Sep 17 00:00:00 2001 From: Julian Montague Date: Thu, 12 Jul 2018 22:28:40 -0500 Subject: [PATCH 1/2] Change IE bug tracker link to archived version As of January 3rd, 2018, Microsoft Connect is no longer in service [1] and as such IE bug tracker links don't work anymore. It doesn't seem like the tracker was migrated anywhere; it was just shut down (probably because they aren't fixing anything but the most critical bugs). Although its usefulness is limited because the bug wont be fixed, I think the bug tracking page may still be good for people to see this fact. I've updated the link to the latest archived version from the Wayback Machine. [1]: https://docs.microsoft.com/en-us/collaborate/connect-redirect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d8652..9e22d5d 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ _`min-height` on a flex container won't apply to its flex items_ 3.2.bworkaround Internet Explorer 10-11 (fixed in Edge) - IE #802625 + IE #802625 (archived) From 5c9cc25e7174fbd92f39014015c50e9bbfe4c67f Mon Sep 17 00:00:00 2001 From: Silicon Forks Date: Sat, 27 Mar 2021 02:52:06 -0300 Subject: [PATCH 2/2] Fix broken EdgeHTML issue tracker link This fixes a broken link by replacing it with the Wayback Machine version. This is similar to the fix in #257 but note that the bug trackers are different: the previous fix was for a link to an Internet Explorer bug tracker, while this fix is for a link to an EdgeHTML bug tracker (which apparently also accepted bug reports for IE). Presumably Microsoft discontinued this bug tracker when Edge switched to Chromium for its browser engine. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6971662..9d62036 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ _Column flex items ignore `margin: auto` on the cross axis_ Internet Explorer 10-11 (fixed in Edge) - IE #14593426 + IE #14593426 (archived)