aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-13 20:01:36 -0800
committerMark Otto <[email protected]>2013-02-13 20:02:00 -0800
commit0c1142f6fb28504eb2c7ed33d5cfb3355a8d7af4 (patch)
tree857dcc159c2c3481e536d7a754328ab17f468091
parent2b05b335b070391e5be9d8580899cdac5daace46 (diff)
downloadbootstrap-0c1142f6fb28504eb2c7ed33d5cfb3355a8d7af4.tar.xz
bootstrap-0c1142f6fb28504eb2c7ed33d5cfb3355a8d7af4.zip
readme improvements
-rw-r--r--README.md4
-rw-r--r--_config.yml3
2 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1b7b94833..991b8bce2 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 93038eaf1..ff0a6616a 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