Contact address
[rnaseq-cwl-training.git] / bin / lesson_initialize.py
index bce82445f5705cab104ba9e6e79024b37304c876..247b425fe556ec97ddb8f24b81eb74bdedded053 100755 (executable)
@@ -175,14 +175,16 @@ ROOT_CONFIG_YML = '''\
 # Values for this lesson.
 #------------------------------------------------------------
 
-# Which carpentry is this ("swc" or "dc")?
+# Which carpentry is this ("swc", "dc", or "lc")?
 carpentry: "swc"
 
 # Overall title for pages.
 title: "Lesson Title"
 
-# Contact email address.
-email: lessons@software-carpentry.org
+# Contact.  This *must* include the protocol: if it's an email
+# address, it must look like "mailto:lessons@software-carpentry.org",
+# or if it's a URL, "https://gitter.im/username/ProjectName".
+contact: mailto:lessons@software-carpentry.org
 
 #------------------------------------------------------------
 # Generic settings (should not need to change).
@@ -319,7 +321,7 @@ permalink: /figures/
 EXTRAS_GUIDE_MD = '''\
 ---
 layout: page
-title: "Instructors' Guide"
+title: "Instructor Notes"
 permalink: /guide/
 ---
 FIXME