File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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.
6666A 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,
6868where the YAML file for the package is found, such as
69- ``` {.sh}
69+ ``` bash
7070export GZ_CONFIG_PATH=/usr/local/share/gz
7171```
7272
7373Multiple paths can be specified using the ` : ` delimiter. For example,
74- ``` {.sh}
74+ ``` bash
7575export 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
108108Please 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
You can’t perform that action at this time.
0 commit comments