diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst index 391b43a3a2b..e35e7295564 100644 --- a/docs/DeveloperPolicy.rst +++ b/docs/DeveloperPolicy.rst @@ -138,8 +138,7 @@ favor for someone else. Note that anyone is welcome to review and give feedback on a patch, but only people with Subversion write access can approve it. There is a web based code review tool that can optionally be used -for code reviews. See the documentation on `Code Reviews with -Phabricator `_. +for code reviews. See :doc:`Phabricator`. Code Owners ----------- diff --git a/docs/Phabricator.rst b/docs/Phabricator.rst index 773c2f07ff8..cd984b09be3 100644 --- a/docs/Phabricator.rst +++ b/docs/Phabricator.rst @@ -1,10 +1,3 @@ -.. _Phabricator: -.. _LLVM's Phabricator: http://llvm-reviews.chandlerc.com -.. _Code Repository Browser: http://llvm-reviews.chandlerc.com/diffusion/ -.. _Arcanist Quick Start: http://www.phabricator.com/docs/phabricator/article/Arcanist_Quick_Start.html -.. _Arcanist User Guide: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html - - ============================= Code Reviews with Phabricator ============================= @@ -94,3 +87,8 @@ Status Currently, we're testing Phabricator for use with Clang/LLVM. Please let us know whether you like it and what could be improved! + +.. _LLVM's Phabricator: http://llvm-reviews.chandlerc.com +.. _Code Repository Browser: http://llvm-reviews.chandlerc.com/diffusion/ +.. _Arcanist Quick Start: http://www.phabricator.com/docs/phabricator/article/Arcanist_Quick_Start.html +.. _Arcanist User Guide: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html diff --git a/docs/userguides.rst b/docs/userguides.rst index 94f72187243..8c1554dfce9 100644 --- a/docs/userguides.rst +++ b/docs/userguides.rst @@ -19,6 +19,7 @@ User Guides yaml2obj HowToSubmitABug SphinxQuickstartTemplate + Phabricator * :ref:`getting_started`