Skip to content

Commit

Permalink
Merge pull request #798 from lib/https-docs
Browse files Browse the repository at this point in the history
Use https for godoc links
  • Loading branch information
maddyblue authored Oct 16, 2018
2 parents 0ac245b + f4d386e commit 9eb73ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ megacheck_install() {
}

golint_install() {
go get github.com/golang/lint/golint
go get golang.org/x/lint/golint
}

$1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Docs

For detailed documentation and basic usage examples, please see the package
documentation at <http://godoc.org/github.com/lib/pq>.
documentation at <https://godoc.org/github.com/lib/pq>.

## Tests

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ for more information). Note that the channel name will be truncated to 63
bytes by the PostgreSQL server.
You can find a complete, working example of Listener usage at
http://godoc.org/github.com/lib/pq/example/listen.
https://godoc.org/github.com/lib/pq/example/listen.
*/
package pq

0 comments on commit 9eb73ef

Please sign in to comment.