Fix link to crypto.proto file (#224)

This commit is contained in:
Jay Petacat
2019-10-28 09:43:57 -04:00
committed by Jacob Heun
parent d151784669
commit 5a4b0b6bc9

View File

@@ -53,7 +53,7 @@ Key encodings and message signing semantics are
## Keys
Our key pairs are wrapped in a [simple protobuf](https://github.com/libp2p/go-libp2p-crypto/blob/master/pb/crypto.proto),
Our key pairs are wrapped in a [simple protobuf](https://github.com/libp2p/go-libp2p-core/blob/master/crypto/pb/crypto.proto),
defined using the [Protobuf version 2 syntax](https://developers.google.com/protocol-buffers/docs/proto):
```protobuf