diff --git a/labs/docker-101/3.md b/labs/docker-101/3.md index d3682ef..bc4f8ea 100644 --- a/labs/docker-101/3.md +++ b/labs/docker-101/3.md @@ -61,7 +61,7 @@ To clone the Github repository that contains the Dockerfile for this section using the following command: ``` -git clone https://github.com/matjohn2/container-intro-devnet.git +git clone https://github.com/CiscoDevNet/container-intro-devnet.git cd container-intro-devnet ``` @@ -76,7 +76,7 @@ following Python code: ``` python #!/usr/bin/env python -print("Hello from your friends at DEVNET!!") +print("Hello from DevNet!") ``` The Dockerfile contains the instructions needed to build the custom