diff --git a/docs/quick-start.md b/docs/quick-start.md index 8aa81338..587b15e4 100755 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -17,7 +17,7 @@ In order to connect Netlify CMS with your GitHub repo, you'll first need to regi 2. Click **Register a new application**. 3. For the **Authorization callback URL**, enter `https://api.netlify.com/auth/done`. The other fields can contain anything you want. -![GitHub Oauth Application setup example](images/github-oauth.png?raw=true) +![GitHub Oauth Application setup example](/img/github-oauth.png?raw=true) When you complete the registration, you'll be given a **Client ID** and a **Client Secret** for the app. You'll need to add these to your Netlify project: 1. Go to your [**Netlify dashboard**](https://app.netlify.com/) and click on your project. diff --git a/docs/images/github-oauth.png b/img/github-oauth.png similarity index 100% rename from docs/images/github-oauth.png rename to img/github-oauth.png