docs: fix localhost url without link (#8780)

This commit is contained in:
Sébastien Lorber 2023-03-16 15:41:17 +01:00 committed by GitHub
parent 88b6f5fc68
commit ced57e501a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -163,7 +163,7 @@ cd my-website
npm run start
```
By default, a browser window will open at http://localhost:3000.
By default, a browser window will open at [http://localhost:3000](http://localhost:3000).
Congratulations! You have just created your first Docusaurus site! Browse around the site to see what's available.