Skip to content

Commit 3b94193

Browse files
committed
Fix image link
1 parent fc5a453 commit 3b94193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-use-create-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you use the Azure IoT Tools extensions for Visual Studio or Visual Studio Cod
5555

5656
Another tip for formatting createOptions is to use the `docker inspect` command. As part of your development process, run the module locally using `docker run <container name>`. Once you have the module working the way you want it, run `docker inspect <container name>`. This command outputs the module details in JSON format. Find the parameters that you configured, and copy the JSON formatting. For example:
5757

58-
![Results of docker inspect edgeHub](./media/how-to-use-createoptions/docker-inspect-edgehub.png)
58+
![Results of docker inspect edgeHub](./media/how-to-use-create-options/docker-inspect-edgehub.png)
5959

6060
## Common scenarios
6161

0 commit comments

Comments
 (0)