From 9b15344f0b90bd06eeb7b5bc7b4d520cc546a9ee Mon Sep 17 00:00:00 2001 From: Nate Foster Date: Thu, 2 Jun 2022 10:34:52 -0400 Subject: [PATCH] Fix broken links to P4Runtime (#473) --- exercises/p4runtime/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/exercises/p4runtime/README.md b/exercises/p4runtime/README.md index 4559c58..4161351 100644 --- a/exercises/p4runtime/README.md +++ b/exercises/p4runtime/README.md @@ -161,8 +161,8 @@ need to change it for a more realistic network? Hint: The default TTL is 64 for packets sent by the hosts. If you are interested, you can find the protocol buffer and gRPC definitions here: -- [P4Runtime](https://github.com/p4lang/PI/blob/master/proto/p4/p4runtime.proto) -- [P4Info](https://github.com/p4lang/PI/blob/master/proto/p4/config/p4info.proto) +- [P4Runtime](https://github.com/p4lang/p4runtime/blob/main/proto/p4/v1/p4runtime.proto) +- [P4Info](https://github.com/p4lang/p4runtime/blob/main/proto/p4/config/v1/p4info.proto) #### Cleaning up Mininet @@ -193,4 +193,4 @@ The documentation for P4_16 and P4Runtime is available [here](https://p4.org/spe All excercises in this repository use the v1model architecture, the documentation for which is available at: 1. The BMv2 Simple Switch target document accessible [here](https://github.com/p4lang/behavioral-model/blob/master/docs/simple_switch.md) talks mainly about the v1model architecture. -2. The include file `v1model.p4` has extensive comments and can be accessed [here](https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4). \ No newline at end of file +2. The include file `v1model.p4` has extensive comments and can be accessed [here](https://github.com/p4lang/p4c/blob/master/p4include/v1model.p4).