[polly] r309300 - Tiny docs fix

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 11:14:00 PDT 2017


Author: hans
Date: Thu Jul 27 11:14:00 2017
New Revision: 309300

URL: http://llvm.org/viewvc/llvm-project?rev=309300&view=rev
Log:
Tiny docs fix

Modified:
    polly/trunk/docs/TipsAndTricks.rst

Modified: polly/trunk/docs/TipsAndTricks.rst
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/docs/TipsAndTricks.rst?rev=309300&r1=309299&r2=309300&view=diff
==============================================================================
--- polly/trunk/docs/TipsAndTricks.rst (original)
+++ polly/trunk/docs/TipsAndTricks.rst Thu Jul 27 11:14:00 2017
@@ -49,7 +49,7 @@ the regression.
 LLVM has a single repository that contains all projects. It can be cloned at:
 `<https://github.com/llvm-project/llvm-project-20170507>`_. How to bisect on a
 git repository is explained here
-`<https://www.metaltoad.com/blog/beginners-guide-git-bisect-process-elimination`_.
+`<https://www.metaltoad.com/blog/beginners-guide-git-bisect-process-elimination>`_.
 The bisect process can also be automated as explained here:
 `<https://www.metaltoad.com/blog/mechanizing-git-bisect-bug-hunting-lazy>`_.
 An LLVM specific run script is available here:




More information about the llvm-commits mailing list