Skip to content

Commit

Permalink
update link to launch documentation (#4225)
Browse files Browse the repository at this point in the history
(cherry picked from commit b136277)
  • Loading branch information
ottojo authored and mergify[bot] committed Mar 13, 2024
1 parent e7e84ce commit 6fd0593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/Tutorials/Intermediate/Launch/Launch-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ After the ``colcon build`` has been successful and you've sourced the workspace,
Documentation
-------------

`The launch documentation <https://github.com/ros2/launch/blob/{REPOS_FILE_BRANCH}/launch/doc/source/architecture.rst>`__ provides more details on concepts that are also used in ``launch_ros``.
`The launch documentation <https://docs.ros.org/en/{DISTRO}/p/launch/architecture.html>`__ provides more details on concepts that are also used in ``launch_ros``.

Additional documentation/examples of launch capabilities are forthcoming.
See the source code (https://github.com/ros2/launch and https://github.com/ros2/launch_ros) in the meantime.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Additionally, it will log messages to the console when:
Documentation
-------------

`The launch documentation <https://github.com/ros2/launch/blob/{REPOS_FILE_BRANCH}/launch/doc/source/architecture.rst>`_ provides detailed information about available event handlers.
`The launch documentation <https://docs.ros.org/en/{DISTRO}/p/launch/architecture.html>`_ provides detailed information about available event handlers.

Summary
-------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ Now you can pass the desired arguments to the launch file as follows:
Documentation
-------------

`The launch documentation <https://github.com/ros2/launch/blob/{REPOS_FILE_BRANCH}/launch/doc/source/architecture.rst>`_ provides detailed information about available substitutions.
`The launch documentation <https://docs.ros.org/en/{DISTRO}/p/launch/architecture.html>`_ provides detailed information about available substitutions.

Summary
-------
Expand Down

0 comments on commit 6fd0593

Please sign in to comment.