Skip to content

Commit 51a5f63

Browse files
committed
Fix redirects
1 parent 49df3b0 commit 51a5f63

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/iot-edge/.openpublishing.redirection.iot-edge.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,27 +317,27 @@
317317
},
318318
{
319319
"source_path_from_root": "/articles/iot-edge/tutorial-c-module.md",
320-
"redirect_url": "/articles/iot-edge/tutorial-devlop-for-linux.md",
320+
"redirect_url": "/azure/iot-edge/tutorial-develop-for-linux",
321321
"redirect_document_id": false
322322
},
323323
{
324324
"source_path_from_root": "/articles/iot-edge/tutorial-csharp-module.md",
325-
"redirect_url": "/articles/iot-edge/tutorial-devlop-for-linux.md",
325+
"redirect_url": "/azure/iot-edge/tutorial-develop-for-linux",
326326
"redirect_document_id": false
327327
},
328328
{
329329
"source_path_from_root": "/articles/iot-edge/tutorial-java-module.md",
330-
"redirect_url": "/articles/iot-edge/tutorial-devlop-for-linux.md",
330+
"redirect_url": "/azure/iot-edge/tutorial-develop-for-linux",
331331
"redirect_document_id": false
332332
},
333333
{
334334
"source_path_from_root": "/articles/iot-edge/tutorial-node-module.md",
335-
"redirect_url": "/articles/iot-edge/tutorial-devlop-for-linux.md",
335+
"redirect_url": "/azure/iot-edge/tutorial-develop-for-linux",
336336
"redirect_document_id": false
337337
},
338338
{
339339
"source_path_from_root": "/articles/iot-edge/tutorial-python-module.md",
340-
"redirect_url": "/articles/iot-edge/tutorial-devlop-for-linux.md",
340+
"redirect_url": "/azure/iot-edge/tutorial-develop-for-linux",
341341
"redirect_document_id": false
342342
}
343343
]

articles/iot-edge/tutorial-develop-for-linux-on-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Otherwise, you can delete the local configurations and the Azure resources that
421421

422422
## Next steps
423423

424-
In this tutorial, you set up Visual Studio on your development machine and deployed and debugged your first IoT Edge module from it. Now that you know the basic concepts, try adding functionality to a module so that it can analyze the data passing through it. Choose your preferred language:
424+
In this tutorial, you set up Visual Studio on your development machine and deployed and debugged your first IoT Edge module from it. Now that you know the basic concepts, try adding functionality to a module so that it can analyze the data passing through it.
425425

426426
> [!div class="nextstepaction"]
427427
> [Tutorial: Develop IoT Edge modules with Linux containers](tutorial-develop-for-linux.md)

0 commit comments

Comments
 (0)