Skip to content

Commit 08ab73b

Browse files
authored
fixed path to images (#59)
Co-authored-by: Carl Andersson <carl.andersson@xenit.se>
1 parent 5cd1d67 commit 08ab73b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/xks/developer-guide/wsl2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In Windows: Go to Control Panel → Programs and Features.
2020

2121
In the left-hand menu, select “Turn Windows features on or off”
2222

23-
<img alt="wsl-enable" src={useBaseUrl("img/developer/wsl-enable.png")} />
23+
<img alt="wsl-enable" src={useBaseUrl("img/assets/xks/developer-guide/wsl-enable.png")} />
2424

2525
## Install Docker-Desktop
2626

@@ -32,11 +32,11 @@ Now sign-out from Windows and back in, and Docker application should work.
3232

3333
Verify in settings, WSL2 based engine is used.
3434

35-
<img alt="docker1" src={useBaseUrl("img/developer/docker1.png")} />
35+
<img alt="docker1" src={useBaseUrl("img/assets/xks/developer-guide/docker1.png")} />
3636

3737
Also under settings. Go to Resources → WSL Integration and verify that you have access to the WSL integration with your installed WSL. In this case Ubuntu and make sure it is checked.
3838

39-
<img alt="docker2" src={useBaseUrl("img/developer/docker2.png")} />
39+
<img alt="docker2" src={useBaseUrl("img/assets/xks/developer-guide/docker2.png")} />
4040

4141
To verify functionality:
4242

0 commit comments

Comments
 (0)