From 086df3627ebbdd69ca84b0e6b38480b55ba925a5 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Wed, 14 Mar 2018 16:59:36 -0400 Subject: [PATCH] docs typo --- docs/src/main/tut/docs/build-the-microsite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/tut/docs/build-the-microsite.md b/docs/src/main/tut/docs/build-the-microsite.md index b7af16af..ddaac97f 100644 --- a/docs/src/main/tut/docs/build-the-microsite.md +++ b/docs/src/main/tut/docs/build-the-microsite.md @@ -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 @@ -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! \ No newline at end of file +Enjoy!