From 0607fcffbb59c28a92363b704156bb6cae2c36dd Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Wed, 27 Jul 2016 20:04:06 -0400 Subject: [PATCH] Adding a few more URLs --- bin/lesson_initialize.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/lesson_initialize.py b/bin/lesson_initialize.py index 8068069..537a535 100755 --- a/bin/lesson_initialize.py +++ b/bin/lesson_initialize.py @@ -197,14 +197,16 @@ repository: / # Sites. amy_site: "https://amy.software-carpentry.org/workshops" -dc_site: "https://datacarpentry.org" +dc_site: "http://datacarpentry.org" swc_github: "https://github.com/swcarpentry" swc_site: "https://software-carpentry.org" +swc_pages: "https://swcarpentry.github.io" template_repo: "https://github.com/swcarpentry/styles" example_repo: "https://github.com/swcarpentry/lesson-example" example_site: "https://swcarpentry.github.com/lesson-example" workshop_repo: "https://github.com/swcarpentry/workshop-template" workshop_site: "https://swcarpentry.github.io/workshop-template" +training_site: "https://swcarpentry.github.io/instructor-training" # Surveys. pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id=" -- GitLab