Skip to content

Commit 32b966c

Browse files
authored
Fix image source paths in Python installation instructions
1 parent 2ca75ad commit 32b966c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_includes/install_instructions/python.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h3>Python</h3>
5959
<li>Right click on the "Downloads" folder in the left-hand navigation pane</li>
6060
<li>Select "Properties"</li>
6161
<li>In the "Location" tab, ensure that the path is set to <code>C:\Users\[your-username]\Downloads</code></li>
62-
<img src="assets/img/onedrive_downloads_location.png" alt="OneDrive Downloads Location">
62+
<img src="/assets/img/onedrive_downloads_location.png" alt="OneDrive Downloads Location">
6363
</ul>
6464
</p>
6565
<strong>If you encounter problems, please contact your IT support team and workshop organisers for assistance before the workshop.</strong>
@@ -105,7 +105,7 @@ <h3>Python</h3>
105105
<li>Search for the application "Miniforge Prompt", and click the icon to open it.
106106
<ul>
107107
<li>Once open, ensure the prompt shows your <code>C:\Users\[your-username]</code> folder. If it does, continue to Step 8 below:<br/>
108-
<img src="assets/img/miniforge_prompt.png" alt="Miniforge Prompt [your-username] as froggleston"><br/>
108+
<img src="/assets/img/miniforge_prompt.png" alt="Miniforge Prompt [your-username] as froggleston"><br/>
109109
In this case, the prompt shows <code>C:\Users\froggleston</code>. Your username will be different!
110110
</li>
111111
<li>If it doesn't:
@@ -114,7 +114,7 @@ <h3>Python</h3>
114114
<li>Your username will be shown as <code>[machine-name]\[your-username]</code>. You only need the <code>[your-username]</code> part after the slash, i.e. <code>froggleston</code> in this example.</li>
115115
<li>Type <code>cd C:\Users\[your-username]</code> and press <kbd>Enter</kbd></li>
116116
</ul>
117-
<img src="assets/img/miniforge_prompt_whoami.png" alt="Miniforge Prompt whoami">
117+
<img src="/assets/img/miniforge_prompt_whoami.png" alt="Miniforge Prompt whoami">
118118
<ul>
119119
<li>Continue to Step 8 below</li>
120120
</ul>

0 commit comments

Comments
 (0)