From b6fe7c43e388865eda6314aa3f72590dfc768eb2 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Thu, 14 Aug 2014 14:26:47 +0400 Subject: =?UTF-8?q?README.md:=20=D0=90mendment=20links=20to=20use=20HTTPS.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9f114383c..8b6c1b83e 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ # [Bootstrap](http://getbootstrap.com) [![Bower version](https://badge.fury.io/bo/bootstrap.svg)](http://badge.fury.io/bo/bootstrap) [![NPM version](https://badge.fury.io/js/bootstrap.svg)](http://badge.fury.io/js/bootstrap) -[![Build Status](https://secure.travis-ci.org/twbs/bootstrap.svg?branch=master)](http://travis-ci.org/twbs/bootstrap) +[![Build Status](https://secure.travis-ci.org/twbs/bootstrap.svg?branch=master)](https://travis-ci.org/twbs/bootstrap) [![devDependency Status](https://david-dm.org/twbs/bootstrap/dev-status.svg)](https://david-dm.org/twbs/bootstrap#info=devDependencies) [![Selenium Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](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 ! ## 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 . @@ -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** -- -- +- +- **Jacob Thornton** -- -- +- +- -- cgit v1.2.3 From 1517bea4e272935a31fdc0caaa9a924bb8346ca3 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Mon, 25 Aug 2014 02:18:58 +0200 Subject: Update link to Run Jekyll on Windows guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8b6c1b83e..53d00ffae 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built ### Running documentation locally 1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.1.x). - - **Windows users:** Read [this unofficial guide](https://github.com/juthilo/run-jekyll-on-windows/) to get Jekyll up and running without problems. + - **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems. 2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`. 3. From the root `/bootstrap` directory, run `jekyll serve` in the command line. 4. Open in your browser, and voilĂ . -- cgit v1.2.3 From 22edcc8d5024b1dc03c3b5d3c91f27e6a484c19a Mon Sep 17 00:00:00 2001 From: Siecje Date: Mon, 25 Aug 2014 12:14:11 -0400 Subject: Updating IRC channel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 53d00ffae..2cc8b5305 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Keep track of development and community news. - 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. +- 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)). -- cgit v1.2.3 From ac132da789ab64b09f4944de0205167fd1cc5fc4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Aug 2014 13:54:22 +0300 Subject: Update Ruby dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2cc8b5305..9cdee6128 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built ### Running documentation locally -1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.1.x). +1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.3.x). - **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems. 2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`. 3. From the root `/bootstrap` directory, run `jekyll serve` in the command line. -- cgit v1.2.3