diff --git a/docs/en/next/tutorial-create-new-site.html b/docs/en/next/tutorial-create-new-site.html index 09cd258adb..8e489c70f4 100644 --- a/docs/en/next/tutorial-create-new-site.html +++ b/docs/en/next/tutorial-create-new-site.html @@ -138,9 +138,9 @@
cd website
to go into the website
directory.npm start
or yarn start
.A browser window will open up at http://localhost:3000/docusaurus-tutorial/.
+A browser window will open up at http://localhost:3000.
Congratulations, you have just made your first Docusaurus site! Click around the pages to get a feel for it.
-