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

Skip to content

Commit b2db199

Browse files
committed
Improve networking and SSH link paths in docs
1 parent 4395376 commit b2db199

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ The terminal is implicitly enabled in Coder and allows you to access your worksp
2424

2525
### Through with the CLI
2626

27-
Coder will use the optimal path for an SSH connection (determined by your deployment's [networking configuration](../../admin/networking.md)) when using the CLI:
27+
Coder will use the optimal path for an SSH connection (determined by your
28+
deployment's [networking configuration](../../admin/infrastructure/README.md))
29+
when using the CLI:
2830

2931
```console
3032
coder ssh my-workspace
@@ -34,7 +36,7 @@ Or, you can configure plain SSH on your client below.
3436

3537
### Configure SSH
3638

37-
Coder generates [SSH key pairs](../../secrets.md#ssh-keys) for each user to simplify the setup process.
39+
Coder generates [SSH key pairs](../../admin/security/secrets.md#ssh-keys) for each user to simplify the setup process.
3840

3941
> Before proceeding, run `coder login <accessURL>` if you haven't already to
4042
> authenticate the CLI with the web UI and your workspaces.

0 commit comments

Comments
 (0)