Skip to content

Commit 5f5b3d9

Browse files
committed
fix capitalization
1 parent 1d21c9a commit 5f5b3d9

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

docs/admin/workspaces/lifecycle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ contain some computational resource to run the Coder agent process.
5959

6060
The provisioned workspace's computational resources start the agent process,
6161
which opens connections to your workspace via SSH, the terminal, and IDES such
62-
as [JetBrains](../../user-guides/workspace-access/JetBrains.md) or
62+
as [JetBrains](../../user-guides/workspace-access/jetbrains.md) or
6363
[VSCode](../../user-guides/workspace-access/vscode.md).
6464

6565
Once started, the Coder agent is responsible for running your workspace startup

docs/changelogs/v2.0.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
on every commit to `main`. Only use these images for testing. They are
2626
automatically deleted after 7 days.
2727
- Coder is
28-
[officially listed JetBrains Gateway](https://coder.com/blog/self-hosted-remote-development-in-JetBrains-ides-now-available-to-coder-users).
28+
[officially listed JetBrains Gateway](https://coder.com/blog/self-hosted-remote-development-in-jetbrains-ides-now-available-to-coder-users).
2929

3030
### Bug fixes
3131

docs/ides/gateway.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ manually setting up an SSH connection.
1313
> [create a GitHub issue](https://github.com/coder/coder/issues) or share in
1414
> [our Discord channel](https://discord.gg/coder).
1515
16-
1. [Install Gateway](https://www.jetbrains.com/help/idea/JetBrains-gateway.html)
16+
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html)
1717
1. Open Gateway and click the Coder icon to install the Coder plugin.
1818
1. Click the "Coder" icon under Install More Providers at the bottom of the
1919
Gateway home screen
@@ -110,7 +110,7 @@ keytool -import -alias coder -file cacert.pem -keystore /Applications/JetBrains\
110110
> This is in lieu of using Coder's Gateway plugin which automatically performs
111111
> these steps.
112112
113-
1. [Install Gateway](https://www.jetbrains.com/help/idea/JetBrains-gateway.html)
113+
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html)
114114

115115
1. [Configure the `coder` CLI](../ides.md#ssh-configuration)
116116

@@ -200,7 +200,7 @@ We deployed a simple Ubuntu VM and installed the JetBrains Client Downloader
200200
binary. Note that the server must be a Linux-based distribution.
201201

202202
```shell
203-
wget https://download.jetbrains.com/idea/code-with-me/backend/JetBrains-clients-downloader-linux-x86_64-1867.tar.gz && \
203+
wget https://download.jetbrains.com/idea/code-with-me/backend/jetbrains-clients-downloader-linux-x86_64-1867.tar.gz && \
204204
tar -xzvf JetBrains-clients-downloader-linux-x86_64-1867.tar.gz
205205
```
206206

@@ -224,7 +224,7 @@ To install both backends and clients, you will need to run two commands.
224224

225225
```shell
226226
mkdir ~/backends
227-
./JetBrains-clients-downloader-linux-x86_64-1867/bin/JetBrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 --download-backends ~/backends
227+
./jetbrains-clients-downloader-linux-x86_64-1867/bin/jetbrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 --download-backends ~/backends
228228
```
229229

230230
**Clients**
@@ -233,7 +233,7 @@ This is the same command as above, with the `--download-backends` flag removed.
233233

234234
```shell
235235
mkdir ~/clients
236-
./JetBrains-clients-downloader-linux-x86_64-1867/bin/JetBrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 ~/clients
236+
./jetbrains-clients-downloader-linux-x86_64-1867/bin/jetbrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 ~/clients
237237
```
238238

239239
We now have both clients and backends installed.
@@ -320,7 +320,7 @@ HKEY_LOCAL_MACHINE registry
320320
Additionally, create a string for each setting with its appropriate value in
321321
`SOFTWARE\JetBrains\RemoteDev`:
322322

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

325325
### 5. Setup SSH connection with JetBrains Gateway
326326

docs/install/offline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Coder is installed.
249249
## JetBrains IDEs
250250

251251
Gateway, JetBrains' remote development product that works with Coder,
252-
[has documented offline deployment steps.](../ides/gateway.md#JetBrains-gateway-in-an-offline-environment)
252+
[has documented offline deployment steps.](../ides/gateway.md#jetbrains-gateway-in-an-offline-environment)
253253

254254
## Microsoft VS Code Remote - SSH
255255

docs/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
{
100100
"title": "JetBrains IDEs",
101101
"description": "Use JetBrains IDEs with Gateway",
102-
"path": "./user-guides/workspace-access/JetBrains.md"
102+
"path": "./user-guides/workspace-access/jetbrains.md"
103103
},
104104
{
105105
"title": "Remote desktop",

docs/start/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ and whatever else Terraform lets you dream up.
3232

3333
## IDE Support
3434

35-
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
35+
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/jetbrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
3636

3737
<p align="center">
3838
<img src="./images/ide-icons.svg" height=72>

docs/tutorials/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ No internet connection. Changes in the document might be lost. Trying to reconne
492492
To resolve this, add this entry to your SSH config file on your local machine:
493493

494494
```console
495-
Host coder-JetBrains--*
495+
Host coder-jetbrains--*
496496
ServerAliveInterval 5
497497
```
498498

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ We support JetBrains IDEs using [Gateway](https://www.jetbrains.com/remote-devel
8181
- Rider
8282
- RubyMine
8383
- WebStorm
84-
- [JetBrains Fleet](./JetBrains.md#JetBrains-fleet)
84+
- [JetBrains Fleet](./jetbrains.md#jetbrains-fleet)
8585

86-
Read our [docs on JetBrains Gateway](./JetBrains.md) for more information on connecting your JetBrains IDEs.
86+
Read our [docs on JetBrains Gateway](./jetbrains.md) for more information on connecting your JetBrains IDEs.
8787

8888
## code-server
8989

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IDEs are supported for remote development:
1111
- Rider
1212
- RubyMine
1313
- WebStorm
14-
- [JetBrains Fleet](#JetBrains-fleet)
14+
- [JetBrains Fleet](#jetbrains-fleet)
1515

1616
## JetBrains Gateway
1717

@@ -28,7 +28,7 @@ manually setting up an SSH connection.
2828
> [create a GitHub issue](https://github.com/coder/coder/issues) or share in
2929
> [our Discord channel](https://discord.gg/coder).
3030
31-
1. [Install Gateway](https://www.jetbrains.com/help/idea/JetBrains-gateway.html)
31+
1. [Install Gateway](https://www.jetbrains.com/help/idea/jetbrains-gateway.html)
3232
1. Open Gateway and click the Coder icon to install the Coder plugin.
3333
1. Click the "Coder" icon under Install More Providers at the bottom of the
3434
Gateway home screen
@@ -215,8 +215,8 @@ We deployed a simple Ubuntu VM and installed the JetBrains Client Downloader
215215
binary. Note that the server must be a Linux-based distribution.
216216

217217
```shell
218-
wget https://download.jetbrains.com/idea/code-with-me/backend/JetBrains-clients-downloader-linux-x86_64-1867.tar.gz && \
219-
tar -xzvf JetBrains-clients-downloader-linux-x86_64-1867.tar.gz
218+
wget https://download.jetbrains.com/idea/code-with-me/backend/jetbrains-clients-downloader-linux-x86_64-1867.tar.gz && \
219+
tar -xzvf jetbrains-clients-downloader-linux-x86_64-1867.tar.gz
220220
```
221221

222222
### 2. Install backends and clients
@@ -239,7 +239,7 @@ To install both backends and clients, you will need to run two commands.
239239

240240
```shell
241241
mkdir ~/backends
242-
./JetBrains-clients-downloader-linux-x86_64-1867/bin/JetBrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 --download-backends ~/backends
242+
./jetbrains-clients-downloader-linux-x86_64-1867/bin/jetbrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 --download-backends ~/backends
243243
```
244244

245245
**Clients**
@@ -248,7 +248,7 @@ This is the same command as above, with the `--download-backends` flag removed.
248248

249249
```shell
250250
mkdir ~/clients
251-
./JetBrains-clients-downloader-linux-x86_64-1867/bin/JetBrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 ~/clients
251+
./jetbrains-clients-downloader-linux-x86_64-1867/bin/jetbrains-clients-downloader --products-filter <product-code> --build-filter <build-number> --platforms-filter linux-x64,windows-x64,osx-x64 ~/clients
252252
```
253253

254254
We now have both clients and backends installed.

0 commit comments

Comments
 (0)