File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ Deis supports three different ways of building applications:
4141
4242Heroku buildpacks are useful if you want to follow Heroku's best practices for building applications or if you are porting an application from Heroku.
4343
44- Learn how to use deploy applications on Deis [ using Buildpacks] ( using-buildpacks.md ) .
44+ Learn how to deploy applications on Deis [ using Buildpacks] ( using-buildpacks.md ) .
4545
4646
4747### Dockerfiles
4848
4949Dockerfiles are a powerful way to define a portable execution environment built on a base OS of your choosing.
5050
51- Learn how to use deploy applications on Deis [ using Dockerfiles] ( using-dockerfiles.md ) .
51+ Learn how to deploy applications on Deis [ using Dockerfiles] ( using-dockerfiles.md ) .
5252
5353
5454### Docker Image
@@ -57,7 +57,7 @@ Deploying a Docker image onto Deis allows you to take a Docker image from either
5757or a private registry and copy it over bit-for-bit, ensuring that you are running the same
5858image in development or in your CI pipeline as you are in production.
5959
60- Learn how to use deploy applications on Deis [ using Docker images] ( using-docker-images.md ) .
60+ Learn how to deploy applications on Deis [ using Docker images] ( using-docker-images.md ) .
6161
6262[ application ] : ../reference-guide/terms.md#application
6363[ controller ] : ../understanding-deis/components.md#controller
You can’t perform that action at this time.
0 commit comments