Skip to content

Commit ce5315c

Browse files
fix readme issues (#640)
Signed-off-by: Van Malleghem Antoine <antoine.vanmalleghem@botronics.be>
1 parent d617349 commit ce5315c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ which can be used to add custom widgets.
3333

3434
[Folder Structure](#folder-structure)
3535

36-
[Code of Conduct](#code-of-conduct)
36+
[Contributing](#contributing)
3737

38-
[Contributing](#code-of-contributing)
38+
[Code of Conduct](#code-of-conduct)
3939

4040
[Versioning](#versioning)
4141

@@ -66,12 +66,12 @@ line tools from `gz-tools` may not work correctly.
6666
A workaround for a single package is to define the environment variable
6767
`GZ_CONFIG_PATH` to point to the location of the Gazebo library installation,
6868
where the YAML file for the package is found, such as
69-
```{.sh}
69+
```bash
7070
export GZ_CONFIG_PATH=/usr/local/share/gz
7171
```
7272

7373
Multiple paths can be specified using the `:` delimiter. For example,
74-
```{.sh}
74+
```bash
7575
export GZ_CONFIG_PATH=/user/local/share/gz/:/path/to/some/other/location
7676
```
7777

@@ -106,7 +106,7 @@ export GZ_CONFIG_PATH=/user/local/share/gz/:/path/to/some/other/location
106106
# Contributing
107107

108108
Please see
109-
[CONTRIBUTING.md](https://gazebosim.org/docs/all/contributing).
109+
[the contribution guide](https://gazebosim.org/docs/all/contributing).
110110

111111
# Code of Conduct
112112

0 commit comments

Comments
 (0)