docs: Improve discussion of syntax highlighting.
[oota-llvm.git] / docs / Projects.rst
index c4be6da5a0694cd0590e244ee9ed73f6d1e59c40..c5d03d33a07f15e845050e50d679bf3ee0921804 100644 (file)
@@ -102,7 +102,7 @@ Follow these simple steps to start your project:
    ``--prefix=<directory>``
        Tell your project where it should get installed.
 
-That's it!  Now all you have to do is type ``gmake`` (or ``make`` if your on a
+That's it!  Now all you have to do is type ``gmake`` (or ``make`` if you're on a
 GNU/Linux system) in the root of your object directory, and your project should
 build.
 
@@ -156,9 +156,9 @@ Underneath your top level directory, you should have the following directories:
 * LLVM provides a ``tcl`` procedure that is used by ``Dejagnu`` to run tests.
   It can be found in ``llvm/lib/llvm-dg.exp``.  This test procedure uses ``RUN``
   lines in the actual test case to determine how to run the test.  See the
-  `TestingGuide <TestingGuide.html>`_ for more details. You can easily write
-  Makefile support similar to the Makefiles in ``llvm/test`` to use ``Dejagnu``
-  to run your project's tests.
+  :doc:`TestingGuide` for more details. You can easily write Makefile
+  support similar to the Makefiles in ``llvm/test`` to use ``Dejagnu`` to
+  run your project's tests.
 
 * LLVM contains an optional package called ``llvm-test``, which provides
   benchmarks and programs that are known to compile with the Clang front