Skip to content

Commit 3406eac

Browse files
committed
docs(applications) fix broken links for SSH keys
Links were broken because they included the Markdown file extension.
1 parent fcab233 commit 3406eac

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/applications/using-buildpacks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Deis supports deploying applications via [Heroku Buildpacks][]. Buildpacks are useful if you're interested in following Heroku's best practices for building applications or if you are deploying an application that already runs on Heroku.
44

55
## Add SSH Key
6-
6+
77
For **Buildpack** based application deploys via `git push`, Deis Workflow identifies users via SSH keys. SSH keys are pushed to the platform and must be unique to each user.
88

9-
- See [this document](../users/ssh-keys.md/#generate-an-ssh-key) for instructions on how to generate an SSH key.
9+
- See [this document](../users/ssh-keys/#generate-an-ssh-key) for instructions on how to generate an SSH key.
1010

1111
- Run `deis keys:add` to upload your SSH key to Deis Workflow.
1212

@@ -15,7 +15,7 @@ $ deis keys:add ~/.ssh/id_deis.pub
1515
Uploading id_deis.pub to deis... done
1616
```
1717

18-
Read more about adding/removing SSH Keys [here](../users/ssh-keys.md/#adding-and-removing-ssh-keys).
18+
Read more about adding/removing SSH Keys [here](../users/ssh-keys/#adding-and-removing-ssh-keys).
1919

2020
## Prepare an Application
2121

src/applications/using-dockerfiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dockerfiles are incredibly powerful but require some extra work to define your e
77

88
For **Dockerfile** based application deploys via `git push`, Deis Workflow identifies users via SSH keys. SSH keys are pushed to the platform and must be unique to each user.
99

10-
- See [this document](../users/ssh-keys.md/#generate-an-ssh-key) for instructions on how to generate an SSH key.
10+
- See [this document](../users/ssh-keys/#generate-an-ssh-key) for instructions on how to generate an SSH key.
1111

1212
- Run `deis keys:add` to upload your SSH key to Deis Workflow.
1313

@@ -16,7 +16,7 @@ $ deis keys:add ~/.ssh/id_deis.pub
1616
Uploading id_deis.pub to deis... done
1717
```
1818

19-
Read more about adding/removing SSH Keys [here](../users/ssh-keys.md/#adding-and-removing-ssh-keys).
19+
Read more about adding/removing SSH Keys [here](../users/ssh-keys/#adding-and-removing-ssh-keys).
2020

2121

2222
## Prepare an Application

0 commit comments

Comments
 (0)