Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken tutorial image #581

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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">
rjambrecic marked this conversation as resolved.
Show resolved Hide resolved

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
Loading