Skip to content

Commit

Permalink
Update README.md and fixed links (#103)
Browse files Browse the repository at this point in the history
Update documentation

Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Sep 5, 2023
1 parent 0a49361 commit 2003bf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Gazebo Utils provides a wide range of functionality, including:

# Install

See the [installation tutorial](https://gazebosim.org/api/utils/2.0/install.html).
See the [installation tutorial](https://gazebosim.org/api/utils/2/install.html).

# Usage

Expand Down Expand Up @@ -89,7 +89,7 @@ You can also generate the documentation from a clone of this repository by follo

Follow these steps to run tests and static code analysis in your clone of this repository.

1. Follow the [source install instruction](https://gazebosim.org/libs/utils#source-install).
1. Follow the [source install instruction](https://gazebosim.org/api/utils/2/install.html#source-install).

2. Run tests.

Expand All @@ -109,6 +109,7 @@ Refer to the following table for information about important directories and fil

```
gz-utils
├── cli Gazebo CLI component. Vendored from https://github.com/CLIUtils/CLI11/
├── examples Example programs.
├── include/gz/utils Header files.
├── src Source files and unit tests.
Expand Down

0 comments on commit 2003bf0

Please sign in to comment.