Skip to content

Commit

Permalink
docs: fix UI link
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 5, 2022
1 parent 17dfd39 commit d5a5bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ui.md
Expand Up @@ -12,7 +12,7 @@ Then you can start the tests with UI by passing the `--ui` flag:
vitest --ui
```

Then you can visit the Vitest UI at [`http://localhost:51204/__vitest__/`](http://localhost:51204/__vitest__/).
Then you can visit the Vitest UI at <a href="http://localhost:51204/__vitest__/">`http://localhost:51204/__vitest__/`</a>


<img alt="Vitest UI" img-light src="https://user-images.githubusercontent.com/11247099/171992267-5cae2fa0-b927-400a-8eb1-da776974cb61.png">
Expand Down

0 comments on commit d5a5bbc

Please sign in to comment.