Skip to content

Commit

Permalink
[humble] Change link to composition_demo.launch.py
Browse files Browse the repository at this point in the history
Use the older name, since that is what is shipped in Humble.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette committed Sep 17, 2023
1 parent 3e977f6 commit 2d3ad0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Tutorials/Intermediate/Composition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Composition using launch actions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

While the command line tools are useful for debugging and diagnosing component configurations, it is frequently more convenient to start a set of components at the same time.
To automate this action, we can use a `launch file <https://github.com/ros2/demos/blob/{REPOS_FILE_BRANCH}/composition/launch/composition_demo_launch.py>`__:
To automate this action, we can use a `launch file <https://github.com/ros2/demos/blob/{REPOS_FILE_BRANCH}/composition/launch/composition_demo.launch.py>`__:

.. code-block:: bash
Expand Down

0 comments on commit 2d3ad0b

Please sign in to comment.