We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88765d5 commit d0de0ceCopy full SHA for d0de0ce
docs/content/tutorial/step_00.ngdoc
@@ -31,7 +31,7 @@ npm install
31
32
To see the app running in a browser, open a *separate* terminal/command line tab or window, then
33
run `npm start` to start the web server. Now, open a browser window for the app and navigate to
34
-<a href="http://localhost:8000/app/index.html" target="_blank">`http://localhost:8000/app/index.html`</a>
+<a href="http://localhost:8000/app/" target="_blank">`http://localhost:8000/app/`</a>
35
36
You can now see the page in your browser. It's not very exciting, but that's OK.
37
0 commit comments