diff --git a/articles/iot-edge/tutorial-csharp-module.md b/articles/iot-edge/tutorial-csharp-module.md index 1000d56d2e1ba..7edd13415b46c 100644 --- a/articles/iot-edge/tutorial-csharp-module.md +++ b/articles/iot-edge/tutorial-csharp-module.md @@ -273,7 +273,7 @@ Add the credentials for your registry to the Edge runtime on the computer where ```json { "routes":{ - "sensorToFilter":"FROM /messages/modules/tempSensor/outputs/temperatureOutput INTO BrokeredEndpoint(\"/modules/filtermodule/inputs/input1\")", + "sensorToFilter":"FROM /messages/modules/tempSensor/outputs/temperatureOutput INTO BrokeredEndpoint(\"/modules/filterModule/inputs/input1\")", "filterToIoTHub":"FROM /messages/modules/filtermodule/outputs/output1 INTO $upstream" } } @@ -311,4 +311,4 @@ In this tutorial, you created an IoT Edge module that contains code to filter ra [1]: ./media/tutorial-csharp-module/programcs.png [2]: ./media/tutorial-csharp-module/build-module.png -[3]: ./media/tutorial-csharp-module/docker-os.png \ No newline at end of file +[3]: ./media/tutorial-csharp-module/docker-os.png