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 8a6a619 commit 65b4990Copy full SHA for 65b4990
setup.py
@@ -38,7 +38,7 @@
38
39
author=lnt.__author__,
40
author_email=lnt.__email__,
41
- url='http://llvm.org',
+ url='https://llvm.org',
42
license='Apache-2.0 with LLVM exception',
43
44
description="LLVM Nightly Test Infrastructure",
@@ -64,14 +64,14 @@
64
=============
65
66
The official *LNT* documentation is available online at:
67
- http://llvm.org/docs/lnt
+ https://llvm.org/docs/lnt
68
69
70
Source
71
======
72
73
-The *LNT* source is available in the LLVM SVN repository:
74
-http://llvm.org/svn/llvm-project/lnt/trunk
+The *LNT* source is available in the llvm-lnt repository:
+ https://github.com/llvm/llvm-lnt
75
""",
76
77
classifiers=[
0 commit comments