diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc
index 3dab88e9..9c91e685 100644
--- a/docs/content/tutorial/step_00.ngdoc
+++ b/docs/content/tutorial/step_00.ngdoc
@@ -26,7 +26,7 @@ angular-seed, and run the application in the browser.
- In a separate terminal tab or window, run
node ./scripts/web-server.js to start the web server.
- Open a browser window for the app and navigate to http://localhost:8000/app/index.html
+ href="http://localhost:8000/app/index.html" target="_blank">`http://localhost:8000/app/index.html`
For other http servers:
@@ -54,7 +54,7 @@ angular-seed, and run the application in the browser.
For node.js users:
- In a separate terminal tab or window, run
node scripts\web-server.js to start the web server.
- - Open a browser window for the app and navigate to http://localhost:8000/app/index.html
+ - Open a browser window for the app and navigate to `http://localhost:8000/app/index.html`
For other http servers: