@@ -32,11 +32,11 @@ repository: <USERNAME>/<PROJECT>
32323333
3434# Sites.
35- amy_site : " https://amy.software-carpentry .org/workshops"
35+ amy_site : " https://amy.carpentries .org/workshops"
3636carpentries_github : " https://github.com/carpentries"
3737carpentries_pages : " https://carpentries.github.io"
3838carpentries_site : " https://carpentries.org/"
39- dc_site : " http ://datacarpentry.org"
39+ dc_site : " https ://datacarpentry.org"
4040example_repo : " https://github.com/carpentries/lesson-example"
4141example_site : " https://carpentries.github.io/lesson-example"
4242lc_site : " https://librarycarpentry.org/"
@@ -50,13 +50,8 @@ workshop_site: "https://carpentries.github.io/workshop-template"
5050cc_by_human : " https://creativecommons.org/licenses/by/4.0/"
5151
5252# Surveys.
53- swc_pre_survey : " https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
54- swc_post_survey : " https://www.surveymonkey.com/r/swc_post_workshop_v1?workshop_id="
55- training_post_survey : " https://www.surveymonkey.com/r/post-instructor-training"
56- dc_pre_survey : " https://www.surveymonkey.com/r/dcpreworkshopassessment?workshop_id="
57- dc_post_survey : " https://www.surveymonkey.com/r/dcpostworkshopassessment?workshop_id="
58- lc_pre_survey : " https://www.surveymonkey.com/r/lcpreworkshopsurvey?workshop_id="
59- lc_post_survey : " https://www.surveymonkey.com/r/lcpostworkshopsurvey?workshop_id="
53+ pre_survey : " https://carpentries.typeform.com/to/wi32rS?slug="
54+ post_survey : " https://carpentries.typeform.com/to/UgVdRQ?slug="
6055instructor_pre_survey : " https://www.surveymonkey.com/r/instructor_training_pre_survey?workshop_id="
6156instructor_post_survey : " https://www.surveymonkey.com/r/instructor_training_post_survey?workshop_id="
6257
@@ -96,6 +91,8 @@ exclude:
9691 - Makefile
9792 - bin/
9893 - .Rproj.user/
94+ - .vendor/
95+ - .docker-vendor/
9996
10097# Turn on built-in syntax highlighting.
10198highlighter : rouge
0 commit comments