From e11f1fda1d8093c41de9ba26b08ff5798d4cf69f Mon Sep 17 00:00:00 2001 From: David Eads Date: Mon, 22 Jun 2015 23:02:42 -0400 Subject: [PATCH] use official repos, closes #278 --- tarbell/configure.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tarbell/configure.py b/tarbell/configure.py index df6d19d..85fbc48 100644 --- a/tarbell/configure.py +++ b/tarbell/configure.py @@ -308,13 +308,13 @@ def _setup_default_templates(settings, path, prompt=True): """Add some (hardcoded) default templates.""" project_templates = [{ "name": "Basic Bootstrap 3 template", - "url": "https://github.com/newsapps/tarbell-template", + "url": "https://github.com/tarbell-project/tarbell-template", }, { "name": "Searchable map template", - "url": "https://github.com/eads/tarbell-map-template", + "url": "https://github.com/tarbell-project/tarbell-map-template", }, { "name": "Tarbell template walkthrough", - "url": "https://github.com/hbillings/tarbell-tutorial-template", + "url": "https://github.com/tarbell-project/tarbell-tutorial-template", }] for project in project_templates: puts("+ Adding {0} ({1})".format(project["name"], project["url"]))