Skip to content

Commit a6de847

Browse files
committed
changing links pointing to old project name
1 parent b9fc9d8 commit a6de847

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<br />
2121
<div align="center">
2222

23-
<h1 align="center"> Cookiecutter Python Base Project</h3>
23+
<h1 align="center"> Cookiecutter Python Project Template</h3>
2424

2525
<p align="center">
2626
Cookiecutter for Python template with some awesome tools to quickstart any Python project.
@@ -72,7 +72,7 @@ You only need to install [Cookiecutter](https://cookiecutter.readthedocs.io/en/1
7272
<!-- GETTING STARTED -->
7373
## Getting Started
7474

75-
### [Live Example](https://github.com/nullhack/python-base-project)
75+
### [Live Example](https://github.com/nullhack/python-project-example)
7676

7777
To get a local copy up and running follow these simple steps.
7878

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"full_name": "Eric Lopes",
33
"email": "nullhack@users.noreply.github.com",
44
"github_username": "nullhack",
5-
"project_name": "Python Base Project",
5+
"project_name": "Python Project Example",
66
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
77
"package_name": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_').replace('project', 'package') }}",
88
"module_name": "{{ cookiecutter.package_name.lower().replace(' ', '_').replace('-', '_').replace('package', 'module') }}",

0 commit comments

Comments
 (0)