[PATCH] D88116: [NFC][docs] Fix link.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 16:40:13 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaf429cd89bf8: [NFC][docs] Fix link. (authored by antonio-cortes-perez, committed by mehdi_amini).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88116

Files:
  llvm/docs/GettingStarted.rst
  llvm/docs/Phabricator.rst


Index: llvm/docs/Phabricator.rst
===================================================================
--- llvm/docs/Phabricator.rst
+++ llvm/docs/Phabricator.rst
@@ -187,7 +187,7 @@
 after removing tags other than "Reviewed by" and "Differential Revision".
 You can run `llvm/utils/git/arcfilter.sh` to clean the commit message of the
 current "HEAD" commit automatically. You can also setup a git hook to catch this
-for you (see `Getting Started <GettingStarted.html#git-pre-push-hook>`).
+for you (see :ref:`git_pre_push_hook`).
 
 
 Committing someone's change from Phabricator
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -528,6 +528,9 @@
 
 Please ask for help if you're having trouble with your particular git workflow.
 
+
+.. _git_pre_push_hook:
+
 Git pre-push hook
 ^^^^^^^^^^^^^^^^^
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88116.293590.patch
Type: text/x-patch
Size: 924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200922/a9fef8c6/attachment.bin>


More information about the llvm-commits mailing list