[PATCH] D72057: [docs] Update dead anchor in hacking page

Alexander Lanin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 1 11:00:23 PST 2020


AlexanderLanin created this revision.
AlexanderLanin added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72057

Files:
  clang/www/hacking.html


Index: clang/www/hacking.html
===================================================================
--- clang/www/hacking.html
+++ clang/www/hacking.html
@@ -298,7 +298,7 @@
   <p>Note that the paths embedded in the patch depend on where you run it,
   so changing directory to the llvm/tools/clang directory is recommended.</p>
 
-  <p>It is also possible to <a href="https://llvm.org/docs/GettingStarted.html#sending-patches-with-git">use git to contribute</a> to Clang.</p>
+  <p>It is also possible to <a href="https://llvm.org/docs/GettingStarted.html#checkout-llvm-from-git">use git to contribute</a> to Clang.</p>
 
   <!--=====================================================================-->
   <h2 id="irgen">LLVM IR Generation</h2>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72057.235779.patch
Type: text/x-patch
Size: 743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200101/d7f32374/attachment-0001.bin>


More information about the cfe-commits mailing list