Skip to content

Commit 471fcce

Browse files
committed
ref(deploy): links look like 'help' but take you off-site
1 parent 85852b2 commit 471fcce

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

src/using-deis/deploying-an-application.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,18 @@ using the URL supplied by their Deis administrator.
3030

3131
Deis supports three different ways of building applications:
3232

33-
1. [Heroku Buildpacks][]
34-
2. [Dockerfiles][]
35-
3. [Docker Images][]
36-
37-
3833
### Buildpacks
3934

4035
Heroku buildpacks are useful if you want to follow Heroku's best practices for building applications or if you are porting an application from Heroku.
4136

42-
Learn how to deploy applications on Deis [using Buildpacks](using-buildpacks.md).
37+
Learn how to deploy applications [using Buildpacks](using-buildpacks.md).
4338

4439

4540
### Dockerfiles
4641

4742
Dockerfiles are a powerful way to define a portable execution environment built on a base OS of your choosing.
4843

49-
Learn how to deploy applications on Deis [using Dockerfiles](using-dockerfiles.md).
44+
Learn how to deploy applications [using Dockerfiles](using-dockerfiles.md).
5045

5146

5247
### Docker Image
@@ -55,11 +50,8 @@ Deploying a Docker image onto Deis allows you to take a Docker image from either
5550
or a private registry and copy it over bit-for-bit, ensuring that you are running the same
5651
image in development or in your CI pipeline as you are in production.
5752

58-
Learn how to deploy applications on Deis [using Docker images](using-docker-images.md).
53+
Learn how to deploy applications [using Docker images](using-docker-images.md).
5954

6055
[application]: ../reference-guide/terms.md#application
6156
[controller]: ../understanding-deis/components.md#controller
6257
[twelve-factor methodology]: http://12factor.net/
63-
[Heroku Buildpacks]: https://devcenter.heroku.com/articles/buildpacks
64-
[Dockerfiles]: https://docs.docker.com/reference/builder/
65-
[Docker Images]: https://docs.docker.com/engine/userguide/containers/dockerimages/

0 commit comments

Comments
 (0)