From 0c1142f6fb28504eb2c7ed33d5cfb3355a8d7af4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Feb 2013 20:01:36 -0800 Subject: [PATCH] readme improvements --- README.md | 4 ++-- _config.yml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b7b948336..991b8bce20 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For more information on SemVer, please visit [http://semver.org/](http://semver. -## Bug tracker +## Bugs and feature requests Have a bug or a feature request? [Please open a new issue](https://github.com/twitter/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). @@ -57,7 +57,7 @@ Keep track of development and community news. ## Documentation -Bootstrap's docs are built using Jekyll and hosted on GitHub Pages at http://getbootstrap.com. To view our docs locally, you'll need to [install Jekyll](https://github.com/mojombo/jekyll/wiki/install) to run a local server. +Bootstrap's docs are built using [Jekyll](http://jekyllrb.com) and hosted on GitHub Pages at [http://getbootstrap.com](http://getbootstrap.com). To view our docs locally, you'll need to [install Jekyll](https://github.com/mojombo/jekyll/wiki/install) to run a local server. Documentation for [previous versions](https://github.com/twitter/bootstrap/tags) is also available via tags. diff --git a/_config.yml b/_config.yml index 93038eaf1e..ff0a6616ac 100644 --- a/_config.yml +++ b/_config.yml @@ -5,4 +5,5 @@ paginate: 5 source: ./docs destination: ./_gh_pages -auto: true \ No newline at end of file +auto: true +server_port: 9001 \ No newline at end of file