瀏覽代碼

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.
 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.
 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:
 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:
 However, you can do it manually with a few steps: