From 0f232bd4aa4a12375a68db9a04752cd1da45b439 Mon Sep 17 00:00:00 2001 From: Edgar Costa <14999705+edgar-costa@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:00:23 +0200 Subject: [PATCH] Update README.md Fix environment installation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 680fd5d..effe76e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You will find software installation guides, lecture slides, specific development - [Slides](./slides): deck of slides that go from the story of SDN and introduction to data plane programming to advanced (research level) applications. - [Examples](./examples): a collection of examples showing how to use almost all the simple switch features. - [Exercises](./exercises): a set of P4 exercises with a long description and solutions. -- [Environment Installation](./vm): a guide and scripts to install the required software to start developing P4 applications in your own machine. +- [Environment Installation](https://github.com/nsg-ethz/p4-utils/tree/master/vm): a guide and scripts to install the required software to start developing P4 applications in your own machine. **The documentation of *P4-Learning* is available in the [Wiki](https://github.com/nsg-ethz/p4-learning/wiki).** It contains helpful information that will help you getting started with the exercises and examples contained in this repository. Moreover, you will also find documentation about the software switches used in the network topologies and how to configure them using their control plane.