Skip to content

Commit

Permalink
Fixed link to the CMake documentation (#2962) (#2965)
Browse files Browse the repository at this point in the history
(cherry picked from commit e96d26b)

Co-authored-by: Wilson J. Holmes <[email protected]>
  • Loading branch information
mergify[bot] and wilsonjholmes authored Aug 18, 2022
1 parent f9cf5de commit 85503e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/How-To-Guides/Ament-CMake-Documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ament_cmake user documentation

ament_cmake is the build system for CMake based packages in ROS 2 (in particular, it will be used for most if not all C/C++ projects).
It is a set of scripts enhancing CMake and adding convenience functionality for package authors.
Knowing the basics of `CMake <https://cmake.org/cmake/help/v3.5/>`__ will be very helpful, an official tutorial can be found `here <https://cmake.org/cmake-tutorial/>`__.
Knowing the basics of `CMake <https://cmake.org/cmake/help/v3.5/>`__ will be very helpful, an official tutorial can be found `here <https://cmake.org/cmake/help/latest/guide/tutorial/index.html>`__.

.. contents:: Table of Contents
:depth: 2
Expand Down

0 comments on commit 85503e8

Please sign in to comment.