Skip to content

Commit bb76956

Browse files
authored
[docs] Fix outdated links in the documentation (#123)
1 parent 0b7112a commit bb76956

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/_templates/indexsidebar.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<h3>Install</h3>
22
<ul>
3-
<li>Install Development release:<br>
4-
<tt>pip install svn+http://llvm.org/svn/llvm-project/lnt/trunk</tt></li>
3+
<li>Install development snapshot:<br>
4+
<tt>pip install git+https://github.com/llvm/llvm-lnt</tt>
5+
</li>
56
</ul>
67

78
<h3>Bugs</h3>
8-
9-
<p>LNT bugs should be reported at the
10-
LLVM <a href="https://bugs.llvm.org">Bugzilla</a>.</p>
9+
<p>LNT bugs should be reported <a href="https://github.com/llvm/llvm-lnt/issues">on GitHub</a>.</p>

0 commit comments

Comments
 (0)