From f9e67de94c8ae8a024fe185e5f5490bd8eb80456 Mon Sep 17 00:00:00 2001
From: Steven Loria <sloria1@gmail.com>
Date: Thu, 30 May 2019 09:16:55 -0400
Subject: [PATCH] Update GitHub links

---
 README.rst                                                  | 6 +++---
 .../{{cookiecutter.app_name}}/templates/public/home.html    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index f1a44189..ba0de847 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,8 @@ A Flask template for cookiecutter_.
 
 .. _cookiecutter: https://github.com/audreyr/cookiecutter
 
-.. image:: https://travis-ci.org/sloria/cookiecutter-flask.svg?branch=master
-    :target: https://travis-ci.org/sloria/cookiecutter-flask
+.. image:: https://travis-ci.org/cookiecutter-flask/cookiecutter-flask.svg?branch=master
+    :target: https://travis-ci.org/cookiecutter-flask/cookiecutter-flask
     :alt: Build Status
 
 .. image:: https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg
@@ -19,7 +19,7 @@ Use it now
 ::
 
     $ pip install cookiecutter
-    $ cookiecutter https://github.com/sloria/cookiecutter-flask.git
+    $ cookiecutter https://github.com/cookiecutter-flask/cookiecutter-flask.git
 
 You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.
 
diff --git a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html
index 0a9cd83e..e30c6cfd 100644
--- a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html
+++ b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html
@@ -8,7 +8,7 @@
       <h1 class="display-3">Welcome to {{ cookiecutter.project_name }}</h1>
     {% raw %}
       <p>This is a starter Flask template. It includes Bootstrap 4, jQuery 3, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.</p>
-      <p><a href="https://github.com/sloria/cookiecutter-flask" class="btn btn-primary btn-large">Learn more &raquo;</a></p>
+      <p><a href="https://github.com/cookiecutter-flask/cookiecutter-flask" class="btn btn-primary btn-large">Learn more &raquo;</a></p>
     </div>
 </div><!-- /.jumbotron -->
 
-- 
GitLab