Skip to content

Commit ca4a8b6

Browse files
gangsthubmedfreeman
authored andcommitted
chore(docs): update readme.md links to match Netlify's docs (#50)
* Edited netlify's docs URLs to match current ones * updated configuration link * Update README.md
1 parent aba4b70 commit ca4a8b6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,17 @@ This module will look for the Netlify CMS config file and extensions in the foll
5757

5858
#### Netlify CMS `config.yml`
5959

60-
You can specify a [custom configuration](https://www.netlifycms.org/docs/#configuration), that will be parsed and merged with the module's [netlify CMS options](#cmsconfig).
60+
You can specify a [custom configuration](https://www.netlifycms.org/docs/add-to-your-site/#configuration), that will be parsed and merged with the module's [netlify CMS options](#cmsconfig).
6161

6262
You have to place the file in your Netlify CMS module config folder and name it `config.yml`.
6363

6464
:information_source: Note that each path in the file (`media_folder`, collections `folder` fields and collections `file` fields) will be rewritten to prepend nuxt.js [srcDir](https://nuxtjs.org/api/configuration-srcdir/), so please specify each path relative to this folder.
6565

6666
This file can be changed while `nuxt dev` is running, and Netlify CMS will be updated automatically.
6767

68-
#### Netlify CMS extensions
68+
#### Netlify CMS customizations
6969

70-
This module will look for [Netlify CMS extensions](https://github.com/netlify/netlify-cms/blob/master/docs/intro.md#customization) in \*.js files contained in Netlify CMS module config folder and subfolders, and include them in the CMS build.
71-
72-
These are of two kinds, [Custom Previews](https://www.netlifycms.org/docs/customization/) and [Widgets](https://www.netlifycms.org/docs/extending/).
70+
These are of two kinds, [Custom Previews](https://www.netlifycms.org/docs/customization/) and [Custom Widgets](https://www.netlifycms.org/docs/custom-widgets/).
7371

7472
:information_source: The global variable `CMS` is available to these javascript files to reference the CMS object.
7573

0 commit comments

Comments
 (0)