Skip to content

Commit 1d2860b

Browse files
authored
fix: update links rendering (#594)
1 parent 1068cc0 commit 1d2860b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/external-host-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Your server MUST allow **inbound** connections on:
5151

5252
### System Hardening
5353

54-
Salt will automatically apply comprehensive security hardening (see [Salt harden state](../../salt/base/harden)):
54+
Salt will automatically apply comprehensive security hardening (see [Salt harden state](https://github.com/python/psf-salt/blob/main/salt/base/harden)):
5555

5656
**SSH Hardening:**
5757
- Root login disabled after bootstrap
@@ -78,7 +78,7 @@ Salt will automatically apply comprehensive security hardening (see [Salt harden
7878
### User Accounts
7979

8080
**User Management:**
81-
- Created from PSF pillar data (see [Salt users pillar data](../../pillar/base/users))
81+
- Created from PSF pillar data (see [Salt users pillar data](https://github.com/python/psf-salt/blob/main/pillar/base/users))
8282
- The pillar data determines, per service, which users are created, their roles (root, etc.), and their SSH keys
8383
- Sudo access granted to `psf-admin` group (see [Salt sudo pillar data](../../pillar/base/sudoers/init.sls))
8484

0 commit comments

Comments
 (0)