docs: Sphinxify TestingGuide
[oota-llvm.git] / docs / DeveloperPolicy.rst
index e35e729556408e259b279a0f357c4437a7590d16..390901289d63b25447039a533f648e1664595d51 100644 (file)
@@ -180,8 +180,8 @@ Developers are required to create test cases for any bugs fixed and any new
 features added.  Some tips for getting your testcase approved:
 
 * All feature and regression test cases are added to the ``llvm/test``
-  directory. The appropriate sub-directory should be selected (see the `Testing
-  Guide <TestingGuide.html>`_ for details).
+  directory. The appropriate sub-directory should be selected (see the
+  :doc:`Testing Guide <TestingGuide>` for details).
 
 * Test cases should be written in `LLVM assembly language <LangRef.html>`_
   unless the feature or regression being tested requires another language