فهرست منبع

Fix heroku buttons

DarthSim 6 سال پیش
والد
کامیت
159e6b3f33
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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: