]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update port from 3001 to 9001
authorMark Otto <markdotto@gmail.com>
Sat, 7 Apr 2018 05:09:37 +0000 (22:09 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 7 Apr 2018 05:09:37 +0000 (22:09 -0700)
README.md
_config.yml

index fc4f5de3cb56775e520c7af35eda79f69f5a86d0..e270575710e0a444842fb8278a3d4709d53ca13f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
 1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) and other Ruby dependencies with `bundle install`.
    **Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
 2. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in the command line.
-4. Open `http://localhost:3001` in your browser, and voilĂ .
+4. Open `http://localhost:9001` in your browser, and voilĂ .
 
 Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
 
index c62ac5c7635c4365a68f788ce918e50ce4bc2ce2..eebe695e220392b65ac97906d4c6abdc118b2fd2 100644 (file)
@@ -9,7 +9,7 @@ permalink:        pretty
 source:           docs
 destination:      _gh_pages
 host:             0.0.0.0
-port:             3001
+port:             9001
 url:              http://getbootstrap.com
 baseurl:          /docs/3.4
 encoding:         UTF-8