Skip to content

Commit

Permalink
Fix broken URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar authored Jun 1, 2022
1 parent 2d7c87c commit 3b6fb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func main() {
Name: "ssl-handshake",
Description: "A command-line tool for testing SSL/TLS handshake latency.",
Version: "1.6.1",
URL: "https://tuladhar.github.com/ssl-handshake",
URL: "https://github.com/tuladhar/ssl-handshake",
},
Config: &sslhandshake.SSLHandshakeConfig{
Endpoint: "",
Expand Down

0 comments on commit 3b6fb0b

Please sign in to comment.