Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d0de0ce

Browse files
yangshuanjeffbcross
authored andcommitted
docs(tutorial): remove index.html from app url
1 parent 88765d5 commit d0de0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_00.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm install
3131

3232
To see the app running in a browser, open a *separate* terminal/command line tab or window, then
3333
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>
34+
<a href="http://localhost:8000/app/" target="_blank">`http://localhost:8000/app/`</a>
3535

3636
You can now see the page in your browser. It's not very exciting, but that's OK.
3737

0 commit comments

Comments
 (0)