Skip to content

Commit c16bd5d

Browse files
authored
Fix docs link in README.md
1 parent 64138fb commit c16bd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test
6666

6767
# Manually building documentation
6868

69-
We recommend [reading the docs online](docs-dev-url), but you can also build
69+
We recommend [reading the docs online][docs-dev-url], but you can also build
7070
them locally. To do so, activate the docs environment, from the
7171
`VMRobotControl.jl` folder:
7272
```
@@ -80,4 +80,4 @@ include("./docs/make.jl")
8080
and host them using `LiveServer.jl`:
8181
```julia
8282
include("./docs/host.jl")
83-
```
83+
```

0 commit comments

Comments
 (0)