Skip to content

Commit 37901d5

Browse files
authored
Merge pull request #955 from github/ThatStoney-patch-1
Update broken link
2 parents 3fa7f98 + 54396f9 commit 37901d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
2. Copy the [`backup.config-example`][3] file to `backup.config` and modify as
1515
necessary. The `GHE_HOSTNAME` value must be set to the primary GitHub Enterprise Server
16-
host name. Additional options are available and documented in the
16+
hostname. Additional options are available and documented in the
1717
configuration file but none are required for basic backup functionality.
1818

1919
As the data on a High Availability replica may be in a transient state at the time of backup,
@@ -22,7 +22,7 @@
2222
* Backup Utilities will attempt to load the backup configuration from the following
2323
locations, in this order:
2424

25-
```
25+
```bash
2626
$GHE_BACKUP_CONFIG (User configurable environment variable)
2727
$GHE_BACKUP_ROOT/backup.config (Root directory of backup-utils install)
2828
$HOME/.github-backup-utils/backup.config
@@ -32,7 +32,7 @@
3232
with the `-i <abs path to private key>` SSH option.
3333

3434
3. Add the backup host's SSH key to the GitHub appliance as an *Authorized SSH
35-
key*. See [Adding an SSH key for shell access][4] for instructions.
35+
key*. See [Adding your SSH key to the ssh-agent][4] for instructions.
3636
3737
4. Run `bin/ghe-host-check` to verify SSH connectivity with the GitHub
3838
appliance.
@@ -42,4 +42,4 @@
4242
[1]: https://github.com/github/backup-utils/releases
4343
[2]: https://github.com/github/backup-utils/releases/tag/v2.11.4
4444
[3]: https://github.com/github/enterprise-backup-site/blob/master/backup.config-example
45-
[4]: https://enterprise.github.com/help/articles/adding-an-ssh-key-for-shell-access
45+
[4]: https://docs.github.com/enterprise-server/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#adding-your-ssh-key-to-the-ssh-agent

0 commit comments

Comments
 (0)