From 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 4 Oct 2016 02:55:59 +1000 Subject: Fix broken/redirected links, moving to HTTPS where possible. (#20557) --- docs/browser-bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/browser-bugs.md') diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index eefeb86cf..a026432c1 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -32,7 +32,7 @@ See also: {{ bug.browser }} {{ bug.summary | markdownify | bugify }} - {{ bug.upstream_bug | bugify }} + {{ bug.upstream_bug | bugify }} {{ bug.origin | bugify }} {% endfor %} -- cgit v1.2.3 From 0bb604157c957e8c2ef8a59969bdd285d0115fca Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Mon, 5 Dec 2016 11:45:38 +1100 Subject: Remove duplicate jQuery browser bug link. (#21283) --- docs/browser-bugs.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/browser-bugs.md') diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index a026432c1..bc7356021 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -8,8 +8,6 @@ Bootstrap currently works around several outstanding browser bugs in major brows We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, [see our browser compatibility docs]({{ site.baseurl }}/getting-started/browsers-devices/#supported-browsers). -Also see [jQuery's browser bug workarounds](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o). - See also: * [Chromium issue 536263: [meta] Issues affecting Bootstrap](https://code.google.com/p/chromium/issues/detail?id=536263) -- cgit v1.2.3