Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2124

Merged
merged 2 commits into from
Sep 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/gazebo/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.

Expand All @@ -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.
Expand Down