From 860561653d802d574f7d9def7bb5577294defcac Mon Sep 17 00:00:00 2001 From: Lovely MisakaNo <90538437+misakano2975@users.noreply.github.com> Date: Tue, 28 Sep 2021 02:48:38 +0800 Subject: [PATCH] Fixed deploy on Heroku url (#64) https://heroku.com/deploy?template=https://github.com/cdr/deploy-code-server/tree/main goes to error page, so I changed that --- guides/heroku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/heroku.md b/guides/heroku.md index 9572414..c9b687a 100644 --- a/guides/heroku.md +++ b/guides/heroku.md @@ -8,7 +8,7 @@ Launch code-server on Heroku to get on-demand dev environments that turn off whe ## Step 1: Click to deploy -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/cdr/deploy-code-server/tree/main) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/cdr/deploy-code-server) ---