From 661d29ece1b2b4c2a258aaac9329904bf299acb8 Mon Sep 17 00:00:00 2001 From: Shaun Laughland Date: Fri, 5 Jul 2019 15:19:37 -0400 Subject: [PATCH] Chaning template location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 543fed7..0f780ef 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Any teams in Employment and Social Development Canada that want to host code und ### Starter Tools -We have a few projects and documents to help ESDC teams start developing on GitHub or other Git platforms faster. +There are few projects and guides to help teams start developing on GitHub or other Git platforms faster. * [Security Requirements](/Guides/Security.md) - These will help you keep your code safe, and are just good practices to have. -* [ESDC Templates](https://gccode.ssc-spc.gc.ca/iitb-dgiit/esdc-templates) (internal) - Guides for writing standard files all Git repos expect to have. +* [Templates](https://github.com/esdc-edsc/template-gabarit) - Templates for standard files all Git repos should have. * [ESDC Development Setup](https://github.com/esdc-edsc/esdc-development-setup) - Making sure you can connect to External Git repos. It also has some Git tricks. ### Recommendations