Skip to content

Commit 2020f97

Browse files
prvnkumarjnfoster
authored andcommitted
Fix path for exercise directory in README (p4lang#249)
1 parent e736e69 commit 2020f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/p4runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ are working as expected.
4646

4747
3. Open another shell and run the starter code:
4848
```bash
49-
cd ~/tutorials/P4D2_2017_Fall/exercises/p4runtime
49+
cd ~/tutorials/exercises/p4runtime
5050
./mycontroller.py
5151
```
5252
This will install the `advanced_tunnel.p4` program on the switches and push the
@@ -70,7 +70,7 @@ If you see the following error message when running `mycontroller.py`, then
7070
the gRPC server is not running on one or more switches.
7171

7272
```
73-
p4@p4:~/tutorials/P4D2_2017_Fall/exercises/p4runtime$ ./mycontroller.py
73+
p4@p4:~/tutorials/exercises/p4runtime$ ./mycontroller.py
7474
...
7575
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNAVAILABLE, Connect Failed)>
7676
```

0 commit comments

Comments
 (0)