diff options
| author | Mark Otto <[email protected]> | 2014-08-23 13:12:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-23 13:12:47 -0700 |
| commit | e3c26407827794df917f6d2d0f378cb5bf7f39e8 (patch) | |
| tree | 45ddc85d3b0c55c615044737999eb036208740e6 | |
| parent | 875006d08c2e7f48e458fee65327d6c83d4974b1 (diff) | |
| parent | b6fe7c43e388865eda6314aa3f72590dfc768eb2 (diff) | |
| download | bootstrap-e3c26407827794df917f6d2d0f378cb5bf7f39e8.tar.xz bootstrap-e3c26407827794df917f6d2d0f378cb5bf7f39e8.zip | |
Merge pull request #14382 from vsn4ik/https_links_in_readme
README.md: Change links to use HTTPS
| -rw-r--r-- | README.md | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -1,24 +1,24 @@ # [Bootstrap](http://getbootstrap.com) [](http://badge.fury.io/bo/bootstrap) [](http://badge.fury.io/js/bootstrap) -[](http://travis-ci.org/twbs/bootstrap) +[](https://travis-ci.org/twbs/bootstrap) [](https://david-dm.org/twbs/bootstrap#info=devDependencies) [](https://saucelabs.com/u/bootstrap) -Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat), and maintained by the [core team](https://github.com/twbs?tab=members) with the massive support and involvement of the community. +Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/twbs?tab=members) with the massive support and involvement of the community. To get started, check out <http://getbootstrap.com>! ## Table of contents - - [Quick start](#quick-start) - - [Bugs and feature requests](#bugs-and-feature-requests) - - [Documentation](#documentation) - - [Contributing](#contributing) - - [Community](#community) - - [Versioning](#versioning) - - [Creators](#creators) - - [Copyright and license](#copyright-and-license) +- [Quick start](#quick-start) +- [Bugs and feature requests](#bugs-and-feature-requests) +- [Documentation](#documentation) +- [Contributing](#contributing) +- [Community](#community) +- [Versioning](#versioning) +- [Creators](#creators) +- [Copyright and license](#copyright-and-license) ## Quick start @@ -86,7 +86,7 @@ Documentation for v2.3.2 has been made available for the time being at <http://g Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. -Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](http://github.com/mdo/code-guide), maintained by [Mark Otto](http://github.com/mdo). +Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo). Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>. @@ -96,7 +96,7 @@ Editor preferences are available in the [editor config](https://github.com/twbs/ Keep track of development and community news. -- Follow [@twbootstrap on Twitter](http://twitter.com/twbootstrap). +- Follow [@twbootstrap on Twitter](https://twitter.com/twbootstrap). - Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com). - Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##twitter-bootstrap` channel. - Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](http://stackoverflow.com/questions/tagged/twitter-bootstrap-3)). @@ -113,13 +113,13 @@ For transparency into our release cycle and in striving to maintain backward com **Mark Otto** -- <http://twitter.com/mdo> -- <http://github.com/mdo> +- <https://twitter.com/mdo> +- <https://github.com/mdo> **Jacob Thornton** -- <http://twitter.com/fat> -- <http://github.com/fat> +- <https://twitter.com/fat> +- <https://github.com/fat> |
