Skip to content

Commit 858442d

Browse files
Fix broken link
1 parent 5625a9c commit 858442d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ To build the documentation and start a local server to preview the built site, r
120120
$ make serve_html
121121
```
122122

123-
You can access the virtual server at http://127.0.0.1:4000/documentation/[http://127.0.0.1:4000/documentation/].
123+
You can access the virtual server at [http://127.0.0.1:4000/documentation/](http://127.0.0.1:4000/documentation/).
124124

125125
> [!TIP]
126126
> To delete and rebuild the documentation site, run `make clean`, then re-run the build command. You'll need to do this every time you add or remove an Asciidoc, image, or video file.
@@ -130,7 +130,7 @@ You can access the virtual server at http://127.0.0.1:4000/documentation/[http:/
130130

131131
The Raspberry Pi documentation site includes a section of generated Asciidoc that we build from the [Doxygen Pico SDK documentation](https://github.com/raspberrypi/pico-sdk).
132132

133-
We use the tooling in this repository and [doxygentoasciidoc](https://github.com/raspberrypi/doxygentoasciidoc) to generate that documentation section. By default, local documentation builds don't include this section because it takes a bit longer (tens of seconds) than the rest of the site.
133+
We use the tooling in this repository and [doxygentoasciidoc](https://github.com/raspberrypi/doxygentoasciidoc) to generate that documentation section. By default, local documentation builds don't include this section because it takes a bit longer to build (tens of seconds) than the rest of the site.
134134

135135
Building the Pico C SDK Doxygen documentation requires the following additional package dependencies:
136136

0 commit comments

Comments
 (0)