From f9e67de94c8ae8a024fe185e5f5490bd8eb80456 Mon Sep 17 00:00:00 2001 From: Steven Loria 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 f1a4418..ba0de84 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 0a9cd83..e30c6cf 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 @@

Welcome to {{ cookiecutter.project_name }}

{% raw %}

This is a starter Flask template. It includes Bootstrap 4, jQuery 3, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.

-

Learn more »

+

Learn more »