From 03b34cac7dbb5eb09c2d1a95c797aec63fcd9e22 Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Tue, 2 Mar 2021 13:07:52 +0100 Subject: [PATCH] docs: fix link to connection encryption example (#894) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index aeba02a4..fecff8f7 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,7 +8,7 @@ Let us know if you find any issues, or if you want to contribute and add a new t - [Transports](./transports) - [Protocol and Stream Muxing](./protocol-and-stream-muxing) -- [Encrypted Communications](./encrypted-communications) +- [Connection Encryption](./connection-encryption) - [Discovery Mechanisms](./discovery-mechanisms) - [Peer and Content Routing](./peer-and-content-routing) - [PubSub](./pubsub)