From 201fcf59a8dfc21147f0502e01cb7c6fd654a904 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Wed, 24 Apr 2019 16:06:01 -0400 Subject: [PATCH] Fix broken links to ECN and Calc exercises (#250) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fd4dd4..14dcc47 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ you get started with P4 programming, organized into several modules: * [P4Runtime](./exercises/p4runtime) 3. Monitoring and Debugging -* [Explicit Congestion Notification](./exercises/ecn) +* [Explicit Congestion Notification](./exercises/other/ecn) * [Multi-Hop Route Inspection](./exercises/mri) 4. Advanced Behavior * [Source Routing](./exercises/source_routing) -* [Calculator](./exercises/calc) +* [Calculator](./exercises/other/calc) * [Load Balancing](./exercises/load_balance) ## Presentation