diff --git a/4-manufacturing/lessons/3-run-fruit-detector-edge/README.md b/4-manufacturing/lessons/3-run-fruit-detector-edge/README.md index cb163884..2ff87dd2 100644 --- a/4-manufacturing/lessons/3-run-fruit-detector-edge/README.md +++ b/4-manufacturing/lessons/3-run-fruit-detector-edge/README.md @@ -436,7 +436,7 @@ Your container can now be deployed to your IoT Edge device. To deploy you need t } ``` - > 💁 You can find this file in the [code/deployment](code/deployment) folder. + > 💁 You can find this file in the [code-deployment/deployment](code-deployment/deployment) folder. Replace the three instances of`` with the name you used for your container registry. One is in the `ImageClassifier` module section, the other two are in the `registryCredentials` section. diff --git a/4-manufacturing/lessons/3-run-fruit-detector-edge/code/deployment/deployment.json b/4-manufacturing/lessons/3-run-fruit-detector-edge/code-deployment/deployment/deployment.json similarity index 100% rename from 4-manufacturing/lessons/3-run-fruit-detector-edge/code/deployment/deployment.json rename to 4-manufacturing/lessons/3-run-fruit-detector-edge/code-deployment/deployment/deployment.json