Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 3afa281

Browse files
suriyaabradfitz
authored andcommitted
lintapp: use HTTPS protocol
Change-Id: Ie8f47a410ab568ebcfb308db1c4fe060e1479614 Reviewed-on: https://go-review.googlesource.com/118576 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent f4a8462 commit 3afa281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lintapp/assets/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<h3>Go Lint</h3>
10-
<p>Go Lint lints <a href="http://golang.org/">Go</a> source files on GitHub,
10+
<p>Go Lint lints <a href="https://golang.org/">Go</a> source files on GitHub,
1111
Bitbucket and Google Project Hosting using the <a
1212
href="https://github.com/golang/lint">lint package</a>.
1313
<form method="POST" action="/-/refresh">

0 commit comments

Comments
 (0)