Skip to content

Commit 8082564

Browse files
committed
fix some typos
1 parent 4918292 commit 8082564

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Run the following command to start a local Vitepress site:
1717
```shell
1818
make vitepress
1919
```
20-
This will start a local Vitepress site of documentation at `[http://localhost:5173](http://localhost:5173)` in your computer.
20+
This will start a local Vitepress site of documentation at [http://localhost:5173](http://localhost:5173) in your computer.
2121

2222
## Method 2: Run commands manually
2323

@@ -41,4 +41,4 @@ Run the following command:
4141
```shell
4242
npm --prefix docs run docs:dev
4343
```
44-
This will start a local Vitepress site of documentation at `[http://localhost:5173](http://localhost:5173)` in your computer.
44+
This will start a local Vitepress site of documentation at [http://localhost:5173](http://localhost:5173) in your computer.

docs/src/resources/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To read the documentation in a browser, you can run the following command:
7474
make vitepress
7575
```
7676

77-
This will start a local Vitepress site of documentation at `[http://localhost:5173](http://localhost:5173)` in your computer.
77+
This will start a local Vitepress site of documentation at [http://localhost:5173](http://localhost:5173) in your computer.
7878

7979
## [Update ChangeLog](@id doc-Contribute:Update-ChangeLog)
8080

0 commit comments

Comments
 (0)