[#3398485] Fix README to talk about .yml not .json, use evergreen d.o links
      All threads resolved!
          
        Compare changes
      
  + 11
 − 21
@@ -12,9 +12,9 @@
[Default Content][1] allows you to export content along with site configuration information. It supports entity-references between content as well as files if you have File entity. Content export works with a set of drush commands (more on those below). Content import happens automatically as part of site installation. The import process scans all modules and imports any content found that is located in the expected file path and using the expected .json file structure. (See detailed information below)
[Default Content][1] allows you to export content along with site configuration information. It supports entity-references between content as well as files if you have File entity. Content export works with a set of drush commands (more on those below). Content import happens automatically as part of site installation. The import process scans all modules and imports any content found that is located in the expected file path and using the expected .yml file structure. (See detailed information below)
@@ -33,11 +33,11 @@ _A default content solution for Drupal 8_
@@ -47,30 +47,21 @@ The module has no menu or modifiable settings. There is no configuration. If the
2) The entity .json files must be stored in module subdirectories using the following structure: `content/{entity type}/{filename}`, where `{entity type}` will be one of node, taxonomy_term, etc. Filename should be `{entity ID}.json`. For example, a Basic Page with the node ID of 23 would be stored in:
2) The entity .yml files must be stored in module subdirectories using the following structure: `content/{entity type}/{filename}`, where `{entity type}` will be one of node, taxonomy_term, etc. Filename should be `{entity ID}.yml` or `{entity UUID}.yml`. For example, a Basic Page with the node ID of 23 would be stored in:
@@ -158,4 +149,3 @@ default_content: