Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b5ca03

Browse files
committed
fix images
1 parent 027b5c4 commit 9b5ca03

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/user-guides/workspace-access/jetbrains.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
136136

137137
1. Click **New Connection**:
138138

139-
![Gateway Home](../images/gateway/gateway-home.png)
139+
![Gateway Home](../../images/gateway/gateway-home.png)
140140

141141
1. In the resulting dialog, click the gear icon to the right of **Connection**:
142142

143-
![Gateway New Connection](../images/gateway/gateway-new-connection.png)
143+
![Gateway New Connection](../../images/gateway/gateway-new-connection.png)
144144

145145
1. Click <kbd>+</kbd> to add a new SSH connection:
146146

147-
![Gateway Add Connection](../images/gateway/gateway-add-ssh-configuration.png)
147+
![Gateway Add Connection](../../images/gateway/gateway-add-ssh-configuration.png)
148148

149149
1. For the Host, enter `coder.<workspace name>`
150150

@@ -160,27 +160,27 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
160160

161161
1. Click **OK**:
162162

163-
![Gateway SSH Configuration](../images/gateway/gateway-create-ssh-configuration.png)
163+
![Gateway SSH Configuration](../../images/gateway/gateway-create-ssh-configuration.png)
164164

165165
1. Select the connection you just added:
166166

167-
![Gateway Welcome](../images/gateway/gateway-welcome.png)
167+
![Gateway Welcome](../../images/gateway/gateway-welcome.png)
168168

169169
1. Click **Check Connection and Continue**:
170170

171-
![Gateway Continue](../images/gateway/gateway-continue.png)
171+
![Gateway Continue](../../images/gateway/gateway-continue.png)
172172

173173
1. Select the JetBrains IDE for your project and the project directory. SSH into
174174
your server to create a directory or check out code if you haven't already.
175175

176-
![Gateway Choose IDE](../images/gateway/gateway-choose-ide.png)
176+
![Gateway Choose IDE](../../images/gateway/gateway-choose-ide.png)
177177

178178
> Note the JetBrains IDE is remotely installed into
179179
> `~/. cache/JetBrains/RemoteDev/dist`
180180
181181
1. Click **Download and Start IDE** to connect.
182182

183-
![Gateway IDE Opened](../images/gateway/gateway-intellij-opened.png)
183+
![Gateway IDE Opened](../../images/gateway/gateway-intellij-opened.png)
184184

185185
## Using an existing JetBrains installation in the workspace
186186

@@ -338,7 +338,7 @@ HKEY_LOCAL_MACHINE registry
338338
Additionally, create a string for each setting with its appropriate value in
339339
`SOFTWARE\JetBrains\RemoteDev`:
340340

341-
![Alt text](../images/gateway/JetBrains-offline-windows.png)
341+
![Alt text](../../images/gateway/jetbrains-offline-windows.png)
342342

343343
### 5. Setup SSH connection with JetBrains Gateway
344344

@@ -351,7 +351,7 @@ Instead of downloading from jetbrains.com, we will point Gateway to our server
351351
endpoint. Select `Installation options...` and select `Use download link`. Note
352352
that the URL must explicitly reference the archive file:
353353

354-
![Offline Gateway](../images/gateway/offline-gateway.png)
354+
![Offline Gateway](../../images/gateway/offline-gateway.png)
355355

356356
Click `Download IDE and Connect`. Gateway should now download the backend and
357357
clients from the server into your remote workspace and local machine,

0 commit comments

Comments
 (0)