Skip to content

Commit ea66db7

Browse files
authored
Fix^3 broken link to intra process communication (ros2#72)
1 parent 99bd6bf commit ea66db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Composition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By making the process layout a deploy-time decision the user can choose between:
2525

2626

2727
* running multiple nodes in separate processes with the benefits of process/fault isolation as well as easier debugging of individual nodes and
28-
* running multiple nodes in a single process with the lower overhead and optionally more efficient communication (see `Intra Process Communication <../Intra-Process-Communication/>`_).
28+
* running multiple nodes in a single process with the lower overhead and optionally more efficient communication (see `Intra Process Communication <Intra-Process-Communication>`).
2929

3030
The vision is that a future version of ``ros2 launch`` will support making these different deployments easily configurable.
3131

0 commit comments

Comments
 (0)