Skip to content

Commit 5192736

Browse files
authored
Merge pull request #81 from aerostack2/fix-broken-link-refs
Fix broken link refs
2 parents b1b60fb + 72d64b6 commit 5192736

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

docs/_02_examples/crazyflie/project_crazyflie/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Leave only the entries for every drone that will be used, even if it is only one
8181
.. note::
8282

8383
For propagating the motion capture system data into the ROS 2 system, we recommend using the
84-
`mocap4ros2 <https://mocap4ros2-project.github.io/>` package.
84+
`mocap4ros2 <https://mocap4ros2-project.github.io/>`_ package.
8585

8686
.. _project_crazyflie_launching:
8787

@@ -227,4 +227,4 @@ The execution is similar to the python API mission where the drone will fly a sq
227227

228228
.. note::
229229

230-
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`.
230+
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`_.

docs/_02_examples/gazebo/project_gazebo/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ The execution is similar to the python API mission where the drone will fly a sq
175175

176176
.. note::
177177

178-
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`.
178+
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`_.

docs/_02_examples/multirotor_simulator/project_multirotor_simulator/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ The execution is similar to the python API mission where the drone will fly a sq
161161

162162
.. note::
163163

164-
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`.
164+
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`_.

docs/_02_examples/tello/project_tello/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ The execution is similar to the python API mission where the drone will fly a sq
159159

160160
.. note::
161161

162-
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`.
162+
Trees can be defined using GUIs like `Groot <https://www.behaviortree.dev/groot/>`_.

docs/_09_development/_develop_guide/_develop_guide/_develop_new_pkg.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,7 @@ Code Functional Test
366366
--------------------
367367

368368
In aerostack2 we use googletest (GTest) library to perform unit tests across the packages.
369-
GTest complete documentation about how to write your own unit tests can be found at:
370-
https://github.com/google/googletest
369+
GTest complete documentation about how to write your own unit tests can be found `here <https://github.com/google/googletest>`_.`
371370

372371
To use GTest, the next line must be added to your ``package.xml``
373372

0 commit comments

Comments
 (0)