Skip to content

Commit 8d0d11d

Browse files
authored
Merge pull request #1184 from github/fix-config-example-link
Remove link to 404 on backup.config-example in getting-started.md
2 parents 782b06c + 91ed562 commit 8d0d11d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/getting-started.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
**Note**: you will need to use [Backup Utilities v2.11.x][2] or the `legacy` branch to
88
backup and restore GitHub Enterprise Server 2.10 and earlier.
99

10-
2. Copy the [`backup.config-example`][3] file to `backup.config` and modify as
10+
2. Copy the `backup.config-example` file to `backup.config` and modify as
1111
necessary. The `GHE_HOSTNAME` value must be set to the primary GitHub Enterprise Server
1212
hostname. Additional options are available and documented in the
1313
configuration file but none are required for basic backup functionality.
@@ -28,7 +28,7 @@
2828
with the `-i <abs path to private key>` SSH option.
2929

3030
3. Add the backup host's SSH public key to the GitHub Enterprise Server appliance, in order to grant it administrative shell access.
31-
See [Accessing the GitHub Enterprise Server administrative shell (SSH)][4] for instructions.
31+
See [Accessing the GitHub Enterprise Server administrative shell (SSH)][3] for instructions.
3232
3333
4. Run `bin/ghe-host-check` to verify SSH connectivity with the GitHub
3434
appliance.
@@ -37,5 +37,4 @@
3737
3838
[1]: https://github.com/github/backup-utils/releases
3939
[2]: https://github.com/github/backup-utils/releases/tag/v2.11.4
40-
[3]: https://github.com/github/enterprise-backup-site/blob/master/backup.config-example
41-
[4]: https://docs.github.com/enterprise-server/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh
40+
[3]: https://docs.github.com/enterprise-server/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh

0 commit comments

Comments
 (0)