We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7112a commit bb76956Copy full SHA for bb76956
docs/_templates/indexsidebar.html
@@ -1,10 +1,9 @@
1
<h3>Install</h3>
2
<ul>
3
- <li>Install Development release:<br>
4
- <tt>pip install svn+http://llvm.org/svn/llvm-project/lnt/trunk</tt></li>
+ <li>Install development snapshot:<br>
+ <tt>pip install git+https://github.com/llvm/llvm-lnt</tt>
5
+ </li>
6
</ul>
7
8
<h3>Bugs</h3>
-
9
-<p>LNT bugs should be reported at the
10
- LLVM <a href="https://bugs.llvm.org">Bugzilla</a>.</p>
+<p>LNT bugs should be reported <a href="https://github.com/llvm/llvm-lnt/issues">on GitHub</a>.</p>
0 commit comments