Skip to content

Commit c843cda

Browse files
committed
Fix more Links
1 parent 7308db9 commit c843cda

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/02-prerequisites/01-prerequisites-server-setup.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -109,43 +109,43 @@ import TabItem from '@theme/TabItem';
109109

110110
1. Visit the Ubuntu Server download page: [Ubuntu Server](https://ubuntu.com/download/server). Click on the version labeled 'Ubuntu Server 22.04 LTS' to download it.
111111

112-
![Server Setup Step 1 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_1.png)
112+
![Server Setup Step 1 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_1.png)
113113

114114
2. Download Rufus to create a bootable USB drive from this page: [Rufus](https://rufus.ie/).
115115

116-
![Server Setup Step 2 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_2.png)
116+
![Server Setup Step 2 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_2.png)
117117

118118
3. Open Rufus once it has downloaded.
119119

120-
![Server Setup Step 3 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_3.png)
120+
![Server Setup Step 3 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_3.png)
121121

122122
4. Insert your USB stick (minimum 4 GB) into the computer. Rufus should detect your USB stick automatically. If it doesn't appear, select it manually from the 'Device' dropdown menu in Rufus.
123123

124-
![Server Setup Step 4 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_4.png)
124+
![Server Setup Step 4 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_4.png)
125125

126126
5. In Rufus, next to 'Boot selection', click on the 'SELECT' button. Navigate to where you saved your Ubuntu Server download (the ISO file) and select it.
127127

128-
![Server Setup Step 5 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_5.png)
128+
![Server Setup Step 5 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_5.png)
129129

130130
6. Leave all other settings in Rufus at their default values. Press 'START' to begin creating your bootable USB.
131131

132-
![Server Setup Step 6 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_6.png)
132+
![Server Setup Step 6 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_6.png)
133133

134134
7. A warning may pop up about Rufus changing the ISO image mode. Confirm that you want to continue in 'ISO Image mode' by clicking 'OK'.
135135

136-
![Server Setup Step 7 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_7.png)
136+
![Server Setup Step 7 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_7.png)
137137

138138
8. The creation of the bootable USB will begin. This process may take around 10 minutes, depending on your computer's capabilities.
139139

140-
![Server Setup Step 8 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_8.png)
140+
![Server Setup Step 8 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_8.png)
141141

142142
9. Once Rufus confirms that the process is complete, you can close Rufus and remove your USB stick.
143143

144-
![Server Setup Step 9 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_9.png)
144+
![Server Setup Step 9 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_9.png)
145145

146146
10. Your Ubuntu Server bootable USB stick is now ready. Move on to the server setup by following the guide in Part 2 below.
147147

148-
![Server Setup Step 10 Screenshot](../../../static/screenshots/guides/server-setup-windows/serverprep_10.png)
148+
![Server Setup Step 10 Screenshot](../../static/screenshots/guides/server-setup-windows/serverprep_10.png)
149149

150150
</TabItem>
151151

0 commit comments

Comments
 (0)