From 353ad20adca925add2313a74850374bdf8f82d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Thu, 7 Sep 2023 23:35:01 +0200 Subject: [PATCH] Update README.md (#2124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update README.md Signed-off-by: Alejandro Hernández Cordero * Update README.md Co-authored-by: Ian Chen Signed-off-by: Michael Carroll --------- Signed-off-by: Alejandro Hernández Cordero Signed-off-by: Michael Carroll Co-authored-by: Michael Carroll Co-authored-by: Ian Chen --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 825fcba24c..f12f19f841 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ introspection and control. # Install -See the [installation tutorial](https://gazebosim.org/api/gazebo/6.1/install.html). +See the [installation tutorial](https://gazebosim.org/api/sim/8/install.html). # Usage @@ -125,11 +125,11 @@ This issue is tracked [here](https://github.com/gazebosim/gz-tools/issues/8). # Documentation -See the [installation tutorial](https://gazebosim.org/api/gazebo/6.1/install.html). +See the [installation tutorial](https://gazebosim.org/api/sim/8/install.html). # Testing -See the [installation tutorial](https://gazebosim.org/api/gazebo/6.1/install.html). +See the [installation tutorial](https://gazebosim.org/api/sim/8/install.html). See the [Writing Tests section of the contributor guide](https://github.com/gazebosim/gz-sim/blob/main/CONTRIBUTING.md#writing-tests) for help creating or modifying tests. @@ -145,6 +145,7 @@ gz-sim │   └── worlds Example SDF world files. ├── include/gz/sim Header files that downstream users are expected to use. │   └── detail Header files that are not intended for downstream use, mainly template implementations. +├── python Python wrappers ├── src Source files and unit tests. │   ├── gui Graphical interface source code. │   └── systems System source code.