Use HTTPS for Noise website

Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
This commit is contained in:
Jonathan Rudenberg 2017-12-28 18:13:51 -05:00
parent fc3a9f3b3c
commit f9b5bb75e2
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 (