Final edits for SIGCOMM tutorial (#191)

* Final updates for SIGCOMM '18

* Final updates for SIGCOMM '18
This commit is contained in:
Nate Foster 2018-08-19 23:20:39 -04:00 committed by Robert Soule
parent 6ccdbc34bd
commit 763b95a880
21 changed files with 4 additions and 15 deletions

Binary file not shown.

View File

@ -129,4 +129,4 @@ mn -c
## Next Steps
Congratulations, your implementation works and you have finished the tutorial!
Congratulations, your implementation works! Move on to [Multi-Hop Route Inspection](../mri).

View File

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 154 B

View File

@ -104,9 +104,4 @@ correct result:
> 1+1
2
>
```
## Next Steps
Congratulations, your implementation works! Move on to
[Load Balancer](../load_balance).
```

View File

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 154 B

View File

@ -190,9 +190,3 @@ these instances:
```bash
make stop
```
## Next Steps
Congratulations, your implementation works! Move on to the next
exercise: [Multi-Hop Route Inspection](../mri), which identifies which
link is the source of congestion.

View File

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 221 KiB

View File

@ -143,5 +143,5 @@ mn -c
## Next Steps
Congratulations, your implementation works! Move on to
[Calculator](../calc).
Congratulations, your implementation works! Move on to
[Load Balance](../load_balance).