]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
readme improvements
authorMark Otto <otto@github.com>
Thu, 14 Feb 2013 04:01:36 +0000 (20:01 -0800)
committerMark Otto <otto@github.com>
Thu, 14 Feb 2013 04:02:00 +0000 (20:02 -0800)
README.md
_config.yml

index 1b7b948336fd865e1418cf79e9ee6058e79ab086..991b8bce20b59737d3384b01aec0ad3f50c5483f 100644 (file)
--- 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.
 
index 93038eaf1e4b76f9d858b55dbff75a485cc9b6bb..ff0a6616ace608802bbcd0bd5955d31a807d3c17 100644 (file)
@@ -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