mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
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:
parent
9da4cc9640
commit
e38373ac9b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
2. Run `cd website` to go into the `website` directory.
|
||||||
1. Run `npm start` or `yarn start`.
|
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.
|
Congratulations, you have just made your first Docusaurus site! Click around the pages to get a feel for it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue