Skip to content

Commit

Permalink
ignitionrobotics -> gazebosim
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed May 23, 2022
1 parent b95fb19 commit 62f1cfc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
See the [Gazebo contributing guide](https://ignitionrobotics.org/docs/all/contributing).
See the [Gazebo contributing guide](https://gazebosim.org/docs/all/contributing).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Windows 7 | [![Build Status](https://build.osrfoundation.org/job/ignition_pl
Gazebo Plugin is a component in the ignition framework, a set
of libraries designed to rapidly develop robot applications.

[http://ignitionrobotics.org](http://ignitionrobotics.org)
[http://gazebosim.org](http://gazebosim.org)

## Features

Expand All @@ -31,8 +31,8 @@ of libraries designed to rapidly develop robot applications.

## Installation

See the [installation tutorial](https://ignitionrobotics.org/api/plugin/1.2/installation.html).
See the [installation tutorial](https://gazebosim.org/api/plugin/1.2/installation.html).

# Documentation

API documentation and tutorials can be accessed at [https://ignitionrobotics.org/libs/plugin](https://ignitionrobotics.org/libs/plugin)
API documentation and tutorials can be accessed at [https://gazebosim.org/libs/plugin](https://gazebosim.org/libs/plugin)
2 changes: 1 addition & 1 deletion tutorials/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A plugin can be registered anywhere from within any translation unit.
Interfaces can be queried by their C++ type, or they can be queried by
name with a string.

The [Gazebo Physics](https://ignitionrobotics.org/libs/physics) Feature
The [Gazebo Physics](https://gazebosim.org/libs/physics) Feature
system provides a good example of the use of these unique aspects of
ignition-plugin.

4 changes: 2 additions & 2 deletions tutorials/02_installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\page installation Installation

These instructions are for installing only Gazebo Plugin.
If you're interested in using all the Ignition libraries, check out this [Ignition installation](https://ignitionrobotics.org/docs/latest/install).
If you're interested in using all the Ignition libraries, check out this [Ignition installation](https://gazebosim.org/docs/latest/install).

We recommend following the Binary Installation instructions to get up and running as quickly and painlessly as possible.

Expand Down Expand Up @@ -180,7 +180,7 @@ This assumes you have created and activated a Conda environment while installing
# Documentation

API documentation and tutorials can be accessed at
[Gazebo website](https://ignitionrobotics.org/libs/plugin)
[Gazebo website](https://gazebosim.org/libs/plugin)

You can also generate the documentation from a clone of this repository by following these steps.

Expand Down

0 comments on commit 62f1cfc

Please sign in to comment.