docs: add the repository name to the localhost:3000 link (#1715)

Change the link from `http://localhost:3000` to `http://localhost:3000/docusaurus-tutorial/`.
This commit is contained in:
Jay Martin 2019-07-26 19:13:23 -07:00 committed by Yangshun Tay
parent 9da4cc9640
commit e38373ac9b

View file

@ -68,6 +68,6 @@ The following contents will be created in your current directory. Some example d
2. Run `cd website` to go into the `website` directory.
1. Run `npm start` or `yarn start`.
A browser window will open up at http://localhost:3000.
A browser window will open up at http://localhost:3000/docusaurus-tutorial/.
Congratulations, you have just made your first Docusaurus site! Click around the pages to get a feel for it.