From 3b740f9986d5ba055d0127b127d7aa7a0ec0b09c Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Mon, 9 May 2016 10:38:56 -0400 Subject: [PATCH] Fixing URL for template --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 35fc807..39bb5d6 100644 --- a/_config.yml +++ b/_config.yml @@ -29,7 +29,7 @@ amy_site: "https://amy.software-carpentry.org/workshops" dc_site: "https://datacarpentry.org" swc_github: "https://github.com/swcarpentry" swc_site: "https://software-carpentry.org" -template_repo: "https://github.com/gvwilson/new-lesson-template" +template_repo: "https://github.com/gvwilson/new-template" example_repo: "https://github.com/gvwilson/new-lesson-example" example_site: "https://gvwilson.github.com/new-lesson-example" workshop_repo: "https://github.com/gvwilson/new-workshop-template" -- GitLab