From 9995c5917973ef477902ce44e6180cc8f3031a4d Mon Sep 17 00:00:00 2001 From: Yoav Date: Tue, 15 Nov 2022 16:38:09 +0200 Subject: [PATCH] update the link to Gatsby Works with GitHub Pages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b37ab..7ee49ff 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ In order to deploy to GitHub pages, you need to first set your path prefix in `` Next, simply run ```npm run deploy``` and your blog will be deployed. -Alternatively, if you wish to deploy it to ```https://YOURUSERNAME.github.io``` (i.e. your user / organization site and not a project site), then a couple addition changes are required. The official Gatsby documentation has them outlined well [here](https://YOURUSERNAME.github.io). +Alternatively, if you wish to deploy it to ```https://YOURUSERNAME.github.io``` (i.e. your user / organization site and not a project site), then a couple addition changes are required. The official Gatsby documentation has them outlined well [here]([https://YOURUSERNAME.github.io](https://www.gatsbyjs.com/docs/how-to/previews-deploys-hosting/how-gatsby-works-with-github-pages/)). ### Netlify