Parcourir la source

Fix heroku buttons

DarthSim il y a 6 ans
Parent
commit
159e6b3f33
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      docs/GETTING_STARTED.md
  2. 1 1
      docs/installation.md

+ 1 - 1
docs/GETTING_STARTED.md

@@ -13,7 +13,7 @@ $ docker run -p 8080:8080 -it darthsim/imgproxy
 
 If you don't have docker, you can use Heroku for a quick start.
 
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
+[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/DarthSim/imgproxy)
 
 Check out our [installation guide](./installation.md) for more details and instructions.
 

+ 1 - 1
docs/installation.md

@@ -22,7 +22,7 @@ $ docker run -p 8080:8080 -it imgproxy
 
 imgproxy can be deployed to Heroku with a click of a button:
 
-[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
+[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/DarthSim/imgproxy)
 
 However, you can do it manually with a few steps: