Skip to content

Commit 4f78bfd

Browse files
committed
fix(docs): update links to buildpacks included with Deis
1 parent fcac896 commit 4f78bfd

1 file changed

Lines changed: 30 additions & 20 deletions

File tree

docs/using_deis/using-buildpacks.rst

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Using Buildpacks
77
================
88
Deis supports deploying applications via `Heroku Buildpacks`_.
9-
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.
9+
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.
1010

1111
Prepare an Application
1212
----------------------
@@ -62,7 +62,7 @@ Use ``git push deis master`` to deploy your application.
6262
-----> Compiled slug size is 12M
6363
-----> Building Docker image
6464
Uploading context 11.81 MB
65-
Uploading context
65+
Uploading context
6666
Step 0 : FROM deis/slugrunner
6767
---> 5567a808891d
6868
Step 1 : RUN mkdir -p /app
@@ -83,7 +83,7 @@ Use ``git push deis master`` to deploy your application.
8383
8484
-----> unisex-huntress deployed to Deis
8585
http://unisex-huntress.local.deisapp.com
86-
86+
8787
To learn more, use `deis help` or visit http://deis.io
8888
8989
To ssh://git@local.deisapp.com:2222/unisex-huntress.git
@@ -98,17 +98,22 @@ Included Buildpacks
9898
-------------------
9999
For convenience, a number of buildpacks come bundled with Deis:
100100

101-
* `Java buildpack`_
102101
* `Ruby Buildpack`_
103-
* `Python Buildpack`_
104102
* `Nodejs Buildpack`_
103+
* `Java Buildpack`_
104+
* `Gradle Buildpack`_
105+
* `Grails Buildpack`_
105106
* `Play Buildpack`_
106-
* `PHP Buildpack`_
107+
* `Python Buildpack`_
107108
* `Clojure Buildpack`_
108-
* `Golang Buildpack`_
109+
* `PHP Buildpack`_
110+
* `Go Buildpack`_
111+
* `Meteorite Buildpack`_
112+
* `Perl Buildpack`_
109113
* `Scala Buildpack`_
110114
* `Dart Buildpack`_
111-
* `Perl Buildpack`_
115+
* `Nginx Buildpack`_
116+
* `Apache Buildpack`_
112117

113118
Deis will cycle through the ``bin/detect`` script of each buildpack to match the code you
114119
are pushing.
@@ -118,7 +123,7 @@ Using a Custom Buildpack
118123
To use a custom buildpack, set the ``BUILDPACK_URL`` environment variable.
119124

120125
.. code-block:: console
121-
126+
122127
$ deis config:set BUILDPACK_URL=https://github.com/dpiddy/heroku-buildpack-ruby-minimal
123128
Creating config... done, v2
124129
@@ -128,15 +133,20 @@ To use a custom buildpack, set the ``BUILDPACK_URL`` environment variable.
128133
On your next ``git push``, the custom buildpack will be used.
129134

130135

136+
.. _`Ruby Buildpack`: https://github.com/heroku/heroku-buildpack-ruby
137+
.. _`Nodejs Buildpack`: https://github.com/heroku/heroku-buildpack-nodejs
138+
.. _`Java Buildpack`: https://github.com/heroku/heroku-buildpack-java
139+
.. _`Gradle Buildpack`: https://github.com/heroku/heroku-buildpack-gradle
140+
.. _`Grails Buildpack`: https://github.com/heroku/heroku-buildpack-grails
141+
.. _`Play Buildpack`: https://github.com/heroku/heroku-buildpack-play
142+
.. _`Python Buildpack`: https://github.com/heroku/heroku-buildpack-python
143+
.. _`Clojure Buildpack`: https://github.com/heroku/heroku-buildpack-clojure
144+
.. _`PHP Buildpack`: https://github.com/deis/heroku-buildpack-php
145+
.. _`Go Buildpack`: https://github.com/kr/heroku-buildpack-go
146+
.. _`Meteorite Buildpack`: https://github.com/oortcloud/heroku-buildpack-meteorite
147+
.. _`Perl Buildpack`: https://github.com/miyagawa/heroku-buildpack-perl
148+
.. _`Scala Buildpack`: https://github.com/heroku/heroku-buildpack-scala
149+
.. _`Dart Buildpack`: https://github.com/igrigorik/heroku-buildpack-dart
150+
.. _`Nginx Buildpack`: https://github.com/rhy-jot/buildpack-nginx
151+
.. _`Apache Buildpack`: https://github.com/Kloadut/heroku-buildpack-static-apache
131152
.. _`Heroku Buildpacks`: https://devcenter.heroku.com/articles/buildpacks
132-
.. _`Java buildpack`: https://github.com/heroku/heroku-buildpack-java.git
133-
.. _`Ruby buildpack`: https://github.com/heroku/heroku-buildpack-ruby.git
134-
.. _`Python buildpack`: https://github.com/heroku/heroku-buildpack-python.git
135-
.. _`Nodejs buildpack`: https://github.com/gabrtv/heroku-buildpack-nodejs
136-
.. _`Play buildpack`: https://github.com/heroku/heroku-buildpack-play.git
137-
.. _`PHP buildpack`: https://github.com/CHH/heroku-buildpack-php.git
138-
.. _`Clojure buildpack`: https://github.com/heroku/heroku-buildpack-clojure.git
139-
.. _`Golang buildpack`: https://github.com/kr/heroku-buildpack-go.git
140-
.. _`Scala buildpack`: https://github.com/heroku/heroku-buildpack-scala.git
141-
.. _`Dart buildpack`: https://github.com/igrigorik/heroku-buildpack-dart.git
142-
.. _`Perl buildpack`: https://github.com/miyagawa/heroku-buildpack-perl/tree/carton

0 commit comments

Comments
 (0)