goo.gl deprecation

This commit is contained in:
Bridget Kromhout
2018-04-10 12:41:07 -05:00
parent 18a81120bc
commit 40e4678a45

View File

@@ -20,9 +20,9 @@
.exercise[
- Let's ping `goo.gl`:
- Let's ping `google.com`:
```bash
kubectl run pingpong --image alpine ping goo.gl
kubectl run pingpong --image alpine ping google.com
```
]