Skip to content

Commit

Permalink
Fix broken tutorial image (#581)
Browse files Browse the repository at this point in the history
* Fix broken tutorial image

* Fix alignment
  • Loading branch information
rjambrecic authored Nov 14, 2024
1 parent e7d4ba3 commit 6544ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/en/tutorials/mesop_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You could also use virtual environment managers such as [venv](https://docs.pyth

7. Once the project is opened, you will get the following option to reopen it in a devcontainer:

<img src="../getting-started/images/reopen-in-container.png" width="600" class="center">
<img src="../../user-guide/getting-started/images/reopen-in-container.png" width="600" class="center">

8. After reopening the project in devcontainer, you can verify that the setup is correct by running the provided tests with the following command:

Expand Down

0 comments on commit 6544ad8

Please sign in to comment.