Skip to content

Commit

Permalink
use official repos, closes #278
Browse files Browse the repository at this point in the history
  • Loading branch information
eads committed Jun 23, 2015
1 parent ea44710 commit e11f1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tarbell/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]))
Expand Down

0 comments on commit e11f1fd

Please sign in to comment.