From 315907c97cf9e039c83cf71e3c0a049ea0e24798 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 17 May 2015 12:43:04 +0300 Subject: [PATCH] Use `https` when possible. --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- docs/_includes/css/tables.html | 2 +- .../_includes/getting-started/browser-device-support.html | 4 ++-- docs/_includes/getting-started/community.html | 2 +- docs/_includes/getting-started/download.html | 2 +- docs/_includes/getting-started/grunt.html | 2 +- docs/_includes/getting-started/third-party-support.html | 2 +- docs/_includes/js/modal.html | 2 +- docs/_includes/social-buttons.html | 4 ++-- docs/about.html | 8 ++++---- docs/assets/css/docs.min.css | 2 +- docs/assets/css/src/docs.css | 2 +- docs/assets/js/customize.min.js | 2 +- docs/assets/js/docs.min.js | 2 +- docs/assets/js/ie-emulation-modes-warning.js | 8 ++++---- docs/assets/js/ie8-responsive-file-warning.js | 4 ++-- docs/assets/js/src/application.js | 2 +- docs/assets/js/src/customizer.js | 2 +- js/tests/unit/popover.js | 2 +- test-infra/README.md | 2 +- 21 files changed, 31 insertions(+), 31 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5fd3b4ebb11..02d3197941f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ and [submitting pull requests](#pull-requests), but please respect the following restrictions: * Please **do not** use the issue tracker for personal support requests. Stack - Overflow ([`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3) tag) or [IRC](README.md#community) are better places to get help. + Overflow ([`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3) tag) or [IRC](README.md#community) are better places to get help. * Please **do not** derail or troll issues. Keep the discussion on topic and respect the opinions of others. @@ -149,7 +149,7 @@ documentation source files and is managed separately by the Bootstrap Core Team. Adhering to the following process is the best way to get your work included in the project: -1. [Fork](http://help.github.com/fork-a-repo/) the project, clone your fork, +1. [Fork](https://help.github.com/fork-a-repo/) the project, clone your fork, and configure the remotes: ```bash diff --git a/README.md b/README.md index 9b0cb5ba5f74..d665550171d1 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Get updates on Bootstrap's development and chat with the project maintainers and - Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). - Join [the official Slack room](https://bootstrap-slack.herokuapp.com). - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel. -- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). +- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). - Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability. diff --git a/docs/_includes/css/tables.html b/docs/_includes/css/tables.html index ac84e8158442..d259cbabbd6e 100644 --- a/docs/_includes/css/tables.html +++ b/docs/_includes/css/tables.html @@ -363,7 +363,7 @@

Firefox and fieldsets

fieldset { display: table-cell; } } {% endhighlight %} -

For more information, read this Stack Overflow answer.

+

For more information, read this Stack Overflow answer.

diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 16b6eb8418dc..43c2e5349efc 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -116,7 +116,7 @@

IE Compatibility modes

{% endhighlight %}

Confirm the document mode by opening the debugging tools: press F12 and check the "Document Mode".

This tag is included in all of Bootstrap's documentation and examples to ensure the best rendering possible in each supported version of Internet Explorer.

-

See this StackOverflow question for more information.

+

See this StackOverflow question for more information.

Internet Explorer 10 in Windows 8 and Windows Phone 8

Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't properly apply the media queries in Bootstrap's CSS. Normally you'd just add a quick snippet of CSS to fix this:

@@ -189,7 +189,7 @@

Printing

Android stock browser

Out of the box, Android 4.1 (and even some newer releases apparently) ship with the Browser app as the default web browser of choice (as opposed to Chrome). Unfortunately, the Browser app has lots of bugs and inconsistencies with CSS in general.

Select menus

-

On <select> elements, the Android stock browser will not display the side controls if there is a border-radius and/or border applied. (See this StackOverflow question for details.) Use the snippet of code below to remove the offending CSS and render the <select> as an unstyled element on the Android stock browser. The user agent sniffing avoids interference with Chrome, Safari, and Mozilla browsers.

+

On <select> elements, the Android stock browser will not display the side controls if there is a border-radius and/or border applied. (See this StackOverflow question for details.) Use the snippet of code below to remove the offending CSS and render the <select> as an unstyled element on the Android stock browser. The user agent sniffing avoids interference with Chrome, Safari, and Mozilla browsers.

{% highlight html %}