Skip to content

Commit 3d50d2b

Browse files
committed
Fix footer links
1 parent 3c58c38 commit 3d50d2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: configurators/capistrano/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ As such, Capistrano runs a set of commands, in a given order, to setup and deplo
7171

7272
So, How do you normally keep your app in the server up to date? You have to pull changes from your repo. If it's a private one, you'd need access to it.
7373

74-
The easiest way is by setting an SSH-key [1](ssh-bitbucket) [2](ssh-github) [3](multi-git).
74+
The easiest way is by setting an SSH-key [1][ssh-bitbucket] [2][ssh-github] [3][multi-git].
7575

7676
> The other option is letting the password prompt appear but that one is not automatable.
7777
7878
## Letting Capistrano pull changes from private repo
7979

80-
After generating a new SSH-key [1](ssh-bitbucket) [2](ssh-github) [3](multi-git) and setting it up in your repo, do the following.
80+
After generating a new SSH-key [1][ssh-bitbucket] [2][ssh-github] [3][multi-git] and setting it up in your repo, do the following.
8181

8282
> Ideally, you should have all your ssh keys under folder
8383
>

0 commit comments

Comments
 (0)