Skip to content

Commit b6e568b

Browse files
committed
Fix links to files
1 parent 3406eac commit b6e568b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/applications/using-buildpacks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Deis supports deploying applications via [Heroku Buildpacks][]. Buildpacks are u
66

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/#generate-an-ssh-key) for instructions on how to generate an SSH key.
9+
- See [this document](../users/ssh-keys.md#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/#adding-and-removing-ssh-keys).
18+
Read more about adding/removing SSH Keys [here](../users/ssh-keys.md#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/#generate-an-ssh-key) for instructions on how to generate an SSH key.
10+
- See [this document](../users/ssh-keys.md#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/#adding-and-removing-ssh-keys).
19+
Read more about adding/removing SSH Keys [here](../users/ssh-keys.md#adding-and-removing-ssh-keys).
2020

2121

2222
## Prepare an Application

0 commit comments

Comments
 (0)