From 4e7a84d68cf8eb88052d8a8eb865010088eb4bc1 Mon Sep 17 00:00:00 2001 From: Baz <61154071+bazmurphy@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:21:27 +0100 Subject: [PATCH] fix primer raft-otel link (#213) --- .../distributed-locking-and-distributed-consensus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primers/distributed-software-systems-architecture/distributed-locking-and-distributed-consensus.md b/primers/distributed-software-systems-architecture/distributed-locking-and-distributed-consensus.md index a45cc379e..7f0662684 100644 --- a/primers/distributed-software-systems-architecture/distributed-locking-and-distributed-consensus.md +++ b/primers/distributed-software-systems-architecture/distributed-locking-and-distributed-consensus.md @@ -36,7 +36,7 @@ Read about the operational characteristics of distributed consensus algorithms i ### Project work for this section {#project-work-for-this-section} -See [raft-otel](https://github.com/CodeYourFuture/immersive-go-course/tree/main/raft-otel) project. +See [raft-otel](https://github.com/CodeYourFuture/immersive-go-course/tree/main/projects/raft-otel) project. This project is an opportunity to explore the RAFT distributed consensus protocol through the medium of distributed tracing. ## Further Optional Reading {#further-optional-reading}