Skip to content

Commit bca88f4

Browse files
committed
Improve documentation
1 parent eff1a8c commit bca88f4

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Don't forget to give the project a star! Thanks again!
134134
<!-- LICENSE -->
135135
## License
136136

137-
Distributed under the MIT License. See [`LICENSE.txt`](https://github.com/nullhack/cookiecutter-python-base-project/blob/master/LICENSE.txt) for more information.
137+
Distributed under the MIT License. See [`LICENSE.txt`](https://github.com/nullhack/cookiecutter-python-base-project/blob/main/LICENSE.txt) for more information.
138138

139139
<p align="right">(<a href="#top">back to top</a>)</p>
140140

@@ -177,4 +177,4 @@ References and sources of inspiration
177177
[issues-shield]: https://img.shields.io/github/issues/nullhack/cookiecutter-python-base-project.svg?style=for-the-badge
178178
[issues-url]: https://github.com/nullhack/cookiecutter-python-base-project/issues
179179
[license-shield]: https://img.shields.io/badge/license-MIT-green?style=for-the-badge
180-
[license-url]: https://github.com/nullhack/cookiecutter-python-base-project/blob/master/LICENSE.txt
180+
[license-url]: https://github.com/nullhack/cookiecutter-python-base-project/blob/main/LICENSE.txt

{{cookiecutter.project_slug}}/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Don't forget to give the project a star! Thanks again!
200200
<!-- LICENSE -->
201201
## License
202202

203-
Distributed under the {{cookiecutter.license}} License. See [`LICENSE.txt`](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/blob/master/LICENSE.txt) for more information.
203+
Distributed under the {{cookiecutter.license}} License. See [`LICENSE.txt`](https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/blob/main/LICENSE.txt) for more information.
204204

205205
<p align="right">(<a href="#top">back to top</a>)</p>
206206

@@ -245,5 +245,5 @@ References and sources of inspiration
245245
[issues-shield]: https://img.shields.io/github/issues/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}.svg?style=for-the-badge
246246
[issues-url]: https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/issues
247247
[license-shield]: https://img.shields.io/badge/license-{{cookiecutter.license}}-green?style=for-the-badge
248-
[license-url]: https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/blob/master/LICENSE.txt
248+
[license-url]: https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.project_slug}}/blob/main/LICENSE.txt
249249

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# Ignore everything in this directory
12
*
3+
# Except this file
4+
!.gitignore

0 commit comments

Comments
 (0)