From f9b5bb75e2f1e1a4e007a2655fa22a4c080be421 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Thu, 28 Dec 2017 18:13:51 -0500 Subject: [PATCH] Use HTTPS for Noise website Signed-off-by: Jonathan Rudenberg --- README.md | 2 +- state.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c38fb86..1a4499f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # noise [![GoDoc](https://godoc.org/github.com/flynn/noise?status.svg)](https://godoc.org/github.com/flynn/noise) [![Build Status](https://travis-ci.org/flynn/noise.svg?branch=master)](https://travis-ci.org/flynn/noise) This is a Go package that implements the [Noise Protocol -Framework](http://noiseprotocol.org). See [the +Framework](https://noiseprotocol.org). See [the documentation](https://godoc.org/github.com/flynn/noise) for usage information. diff --git a/state.go b/state.go index ad51aa5..3330700 100644 --- a/state.go +++ b/state.go @@ -3,7 +3,7 @@ // Noise is a low-level framework for building crypto protocols. Noise protocols // support mutual and optional authentication, identity hiding, forward secrecy, // zero round-trip encryption, and other advanced features. For more details, -// visit http://noiseprotocol.org. +// visit https://noiseprotocol.org. package noise import (