Skip to content

Commit b07bcda

Browse files
authored
Fixed example plugin tutorial links (#638)
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
1 parent 8edf24d commit b07bcda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/03_plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gazebo GUI will look for plugins on the following paths, in this order:
2020
1. All paths set on the `GZ_GUI_PLUGIN_PATH` environment variable
2121
2. All paths added by calling `gz::gui::addPluginPath`
2222
3. `~/.gz/gui/plugins`
23-
4. [Plugins which are installed with Gazebo GUI](https://gazebosim.org/api/gui/6.0/namespace gz_1_1gui_1_1plugins.html)
23+
4. [Plugins which are installed with Gazebo GUI](https://gazebosim.org/api/gui/9/namespacegz_1_1gui_1_1plugins.html)
2424

2525
## Configuring plugins
2626

@@ -120,4 +120,4 @@ order:
120120

121121
1. All paths set on the `GZ_GUI_DISPLAY_PLUGIN_PATH` environment variable
122122
2. `~/.gz/gui/display_plugins`
123-
3. [Display plugins that are installed with Gazebo GUI](https://gazebosim.org/api/gui/0.1/namespace gz_1_1gui_1_1display_plugins.html)
123+
3. [Display plugins that are installed with Gazebo GUI](https://gazebosim.org/api/gui/9/namespacegz_1_1gui_1_1plugins.html)

0 commit comments

Comments
 (0)