From 261ea7b679e733e6777f43f1235d9b9c4787b216 Mon Sep 17 00:00:00 2001 From: Kevin <56823591+6d7a@users.noreply.github.com> Date: Wed, 25 May 2022 16:19:14 +0200 Subject: [PATCH] typo(Kad-DHT): Fix broken link Fix broken link to replication parameter k --- kad-dht/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kad-dht/README.md b/kad-dht/README.md index f05f98a..5caa104 100644 --- a/kad-dht/README.md +++ b/kad-dht/README.md @@ -143,7 +143,7 @@ definition](#distance)). Then we loop: 1. > The lookup terminates when the initiator has queried and gotten responses - from the k (see [#replication-parameter-k]) closest nodes it has seen. + from the k (see [replication parameter `k`](#replication-parameter-k)) closest nodes it has seen. (See Kademlia paper [0].)