[PATCH] D104996: [docs] Update CMake cross compiling guide link.

Tommy Chiang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 13:21:57 PDT 2021


oToToT updated this revision to Diff 358411.
oToToT added a comment.

add 'the' before section name


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104996/new/

https://reviews.llvm.org/D104996

Files:
  llvm/docs/CMake.rst


Index: llvm/docs/CMake.rst
===================================================================
--- llvm/docs/CMake.rst
+++ llvm/docs/CMake.rst
@@ -733,11 +733,11 @@
 Cross compiling
 ===============
 
-See `this wiki page <http://www.vtk.org/Wiki/CMake_Cross_Compiling>`_ for
+See `this wiki page <https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling>`_ for
 generic instructions on how to cross-compile with CMake. It goes into detailed
 explanations and may seem daunting, but it is not. On the wiki page there are
-several examples including toolchain files. Go directly to `this section
-<http://www.vtk.org/Wiki/CMake_Cross_Compiling#Information_how_to_set_up_various_cross_compiling_toolchains>`_
+several examples including toolchain files. Go directly to the
+``Information how to set up various cross compiling toolchains`` section
 for a quick solution.
 
 Also see the `LLVM-specific variables`_ section for variables used when


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104996.358411.patch
Type: text/x-patch
Size: 960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210713/ccf2db18/attachment.bin>


More information about the llvm-commits mailing list