Browse Source

Help: Fix cmake-buildsystem(7) internal link

Fix a broken link from commit 987f3fa4e0 (Help: Add cmake-buildsystem(7)
subsections for each binary target type, 2024-12-12).
Brad King 10 months ago
parent
commit
be0b837e2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Help/manual/cmake-buildsystem.7.rst

+ 1 - 1
Help/manual/cmake-buildsystem.7.rst

@@ -137,7 +137,7 @@ then resolve remaining symbol dependencies by searching linked libraries.
 
   CMake expects shared libraries to export at least one symbol.  If a library
   does not export any unmanaged symbols, e.g., a Windows resource DLL or
-  C++/CLI DLL, make it a `Module Library <Module Libraries>`_ instead.
+  C++/CLI DLL, make it a `Module Library <Module Libraries_>`_ instead.
 
 .. _`Apple Frameworks`: