Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2017-10-19 18:18:57 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-19 18:18:57 +0300
commit1f43fe970bf7677cbd7f5856a375d45d58729793 (patch)
treef0f2784f6a12c493dc741ac36cf78505b84a47be /README.md
parentd4e7090c2df26c3cd6b4159afc18a169c5af3284 (diff)
Fix a few 404 and one redirected link. (#24432)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37e1d86929..e70d86ee7c 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Documentation search is powered by [Algolia's DocSearch](https://community.algol
2. Run `npm install` to install Node.js dependencies.
3. Run `npm run test` (or a specific NPM script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
4. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
-5. Open <http://localhost:9001> in your browser, and voilĂ .
+5. Open `http://localhost:9001` in your browser, and voilĂ .
Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/).