Skip to content

Commit

Permalink
docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams authored Mar 14, 2018
1 parent efbf9d1 commit 086df36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/docs/build-the-microsite.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you're running the microsite locally, you can follow these steps:

2. Start Jekyll with `jekyll serve`.

3. Navigate to [http://localhost:4000/yourbase_url/](http://localhost:4000/yourbase_url/) in your browser, where `yourbase_url` depends on your own preferences (see `micrositeBaseUrl` setting). Note, if you haven't specified any `micrositeBaseUrl` setting, it'll be empty by default so you can navigate to the site following this url [http://localhost:4000_url/](http://localhost:4000/).
3. Navigate to [http://localhost:4000/yourbase_url/](http://localhost:4000/yourbase_url/) in your browser, where `yourbase_url` depends on your own preferences (see `micrositeBaseUrl` setting). Note, if you haven't specified any `micrositeBaseUrl` setting, it'll be empty by default so you can navigate to the site following this url [http://localhost:4000](http://localhost:4000/).

# Publish the microsite

Expand Down Expand Up @@ -49,4 +49,4 @@ If you don't have any domain names pointing to your site, you can see your micro

[http://username.github.io/your-microsite](http://username.github.io/your-microsite)

Enjoy!
Enjoy!

0 comments on commit 086df36

Please sign in to comment.