Skip to content

Commit

Permalink
fix(docs) mechanics to linked develspace (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored and mikepurvis committed Apr 10, 2019
1 parent 2a750a8 commit 2a98a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mechanics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Build Product Layout Section
- **Devel Space Layout** -- The organization of the **devel space**.

- *Linked* -- Write products from each package into independent isolated FHS trees, and symbolically link them into a merged FHS tree.
For more details, see `Linked Devel Space <advanced/linked_develspace>`_.
For more details, see :doc:`Linked Devel Space <advanced/linked_develspace>`.
- *Merged* -- Write products from all packages to a single FHS tree. This is most similar to the behavior of ``catkin_make``.
- *Isolated* -- Write products from each package into independent isolated FHS trees. this is most similar to the behavior of ``catkin_make_isolated``.

Expand Down

0 comments on commit 2a98a05

Please sign in to comment.