From e49918714abc16d7c13d7e148cfcd19b6550259d Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Mon, 5 Jul 2021 17:30:28 -0700 Subject: [PATCH] Moving folder --- 4-manufacturing/lessons/3-run-fruit-detector-edge/README.md | 2 +- .../{code => code-deployment}/deployment/deployment.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename 4-manufacturing/lessons/3-run-fruit-detector-edge/{code => code-deployment}/deployment/deployment.json (100%) 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