Make docs links in README point to website. (#864)

This commit is contained in:
Caleb 2017-12-05 09:05:42 -07:00 committed by Jessica Parsons
parent 155f40e5e4
commit 2533b69bcd

View File

@ -17,14 +17,14 @@ tweak the main layout of the CMS a bit to fit your own site.
When a user navigates to `/admin` they'll be prompted to login, and once authenticated When a user navigates to `/admin` they'll be prompted to login, and once authenticated
they'll be able to create new content or edit existing content. they'll be able to create new content or edit existing content.
Read more about Netlify CMS [Core Concepts](docs/intro.md). Read more about Netlify CMS [Core Concepts](https://www.netlifycms.org/docs/intro/).
# Installation and Configuration # Installation and Configuration
The Netlify CMS can be used in two different ways. The Netlify CMS can be used in two different ways.
* A Quick and easy install, that just requires you to create a single HTML file and a configuration file. All the CMS Javascript and CSS are loaded from a CDN. * A Quick and easy install, that just requires you to create a single HTML file and a configuration file. All the CMS Javascript and CSS are loaded from a CDN.
To learn more about this installation method, refer to the [Quick Start Guide](docs/quick-start.md) To learn more about this installation method, refer to the [Quick Start Guide](https://www.netlifycms.org/docs/quick-start/)
* A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages. * A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages.
# Community # Community