From 5a4b0b6bc9f7f2ee150e25dc2721dda04557fb04 Mon Sep 17 00:00:00 2001 From: Jay Petacat Date: Mon, 28 Oct 2019 09:43:57 -0400 Subject: [PATCH] Fix link to `crypto.proto` file (#224) --- peer-ids/peer-ids.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer-ids/peer-ids.md b/peer-ids/peer-ids.md index 4df38e3..e5288af 100644 --- a/peer-ids/peer-ids.md +++ b/peer-ids/peer-ids.md @@ -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