Update GitHub links

master
Steven Loria 5 years ago
parent 19d2777c22
commit f9e67de94c
No known key found for this signature in database
GPG Key ID: BD58AFE51359C098
  1. 6
      README.rst
  2. 2
      {{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html

@ -5,8 +5,8 @@ A Flask template for cookiecutter_.
.. _cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter: https://github.com/audreyr/cookiecutter
.. image:: https://travis-ci.org/sloria/cookiecutter-flask.svg?branch=master .. image:: https://travis-ci.org/cookiecutter-flask/cookiecutter-flask.svg?branch=master
:target: https://travis-ci.org/sloria/cookiecutter-flask :target: https://travis-ci.org/cookiecutter-flask/cookiecutter-flask
:alt: Build Status :alt: Build Status
.. image:: https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg .. image:: https://img.shields.io/badge/calver-YY.MINOR.MICRO-22bfda.svg
@ -19,7 +19,7 @@ Use it now
:: ::
$ pip install cookiecutter $ 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. You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.

@ -8,7 +8,7 @@
<h1 class="display-3">Welcome to {{ cookiecutter.project_name }}</h1> <h1 class="display-3">Welcome to {{ cookiecutter.project_name }}</h1>
{% raw %} {% 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>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>
</div><!-- /.jumbotron --> </div><!-- /.jumbotron -->

Loading…
Cancel
Save