From 550d5fb9c235c2b81def27e5e006e861c087bbb0 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 19 Sep 2021 23:12:11 +0100 Subject: [PATCH] :adhesive_bandage: Fix broken link to Netlify --- docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 36b14c39..9e4887ea 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -123,6 +123,6 @@ Then edit `./public/conf.yml` and rebuild the app with `yarn build` Don't have a server? No problem! You can run Dashy for free on Netlify (as well as many [other cloud providers](./docs/deployment#deploy-to-cloud-service)). All you need it a GitHub account. 1. Fork Dashy's repository on GitHub -2. [Log in](app.netlify.com/login/) to Netlify with GitHub +2. [Log in](https://app.netlify.com/login/) to Netlify with GitHub 3. Click "New site from Git" and select your forked repo, then click **Deploy**! 4. You can then edit the config in `./public/conf.yml` in your repo, and Netlify will rebuild the app