Skip to content

Commit 65b4990

Browse files
committed
Fix some old urls in docs
1 parent 8a6a619 commit 65b4990

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
author=lnt.__author__,
4040
author_email=lnt.__email__,
41-
url='http://llvm.org',
41+
url='https://llvm.org',
4242
license='Apache-2.0 with LLVM exception',
4343

4444
description="LLVM Nightly Test Infrastructure",
@@ -64,14 +64,14 @@
6464
=============
6565
6666
The official *LNT* documentation is available online at:
67-
http://llvm.org/docs/lnt
67+
https://llvm.org/docs/lnt
6868
6969
7070
Source
7171
======
7272
73-
The *LNT* source is available in the LLVM SVN repository:
74-
http://llvm.org/svn/llvm-project/lnt/trunk
73+
The *LNT* source is available in the llvm-lnt repository:
74+
https://github.com/llvm/llvm-lnt
7575
""",
7676

7777
classifiers=[

0 commit comments

Comments
 (0)