From b8baba5df51d3686e3ad4532288021b429968322 Mon Sep 17 00:00:00 2001 From: Xin Zhe Khooi Date: Wed, 25 Sep 2019 20:42:25 +0800 Subject: [PATCH] Updated README.md (#287) Updated the hyperlink for the calc exercise in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d44bda..fc3d654 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ you get started with P4 programming, organized into several modules: 4. Advanced Behavior * [Source Routing](./exercises/source_routing) -* [Calculator](./exercises/other/calc) +* [Calculator](./exercises/calc) * [Load Balancing](./exercises/load_balance) 5. Stateful Packet Processing