diff --git a/website/content/docs/beta-features.md b/website/content/docs/beta-features.md index d68d552d..80005d0d 100644 --- a/website/content/docs/beta-features.md +++ b/website/content/docs/beta-features.md @@ -30,7 +30,7 @@ local_backend: true - If the default port (8081) is in use, the proxy server won't start and you will see an error message. In this case, follow [these steps](#configure-the-netlify-cms-proxy-server-port-number) before proceeding. 4. Start your local development server (e.g. run `gatsby develop`). -5. Open to verify that your can administer your content locally. +5. Open `http://localhost:/admin` to verify that your can administer your content locally. Replace `` with the port of your local development server. For example Gatsby's default port is `8000` **Note:** `netlify-cms-proxy-server` runs an unauthenticated express server. As any client can send requests to the server, it should only be used for local development.