Skip to content

Commit 22defb6

Browse files
committed
fix(docs): Fixed license image shield.
1 parent 3c5e58a commit 22defb6

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

changelogs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ Feat 016 (#47)
179179

180180
- *(template)* Updates to template cookiecutter.json file.
181181
- *(configuration)* I think this should fix the last of the problems with main showing up where master should for this repository.
182+
- *(links)* Major fixes for documentation links.
182183

183184
### 🚀 Added
184185

changelogs/releases/v0.1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ Feat 016 (#47)
179179

180180
- *(template)* Updates to template cookiecutter.json file.
181181
- *(configuration)* I think this should fix the last of the problems with main showing up where master should for this repository.
182+
- *(links)* Major fixes for documentation links.
182183

183184
### 🚀 Added
184185

{{ cookiecutter.project_slug }}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# {{ site.title }}
22

3-
[![License](https://img.shields.io/github/license/{{ site.github_username }}/{{ site.baseurl }})](LICENSE.md)
3+
[![License](https://img.shields.io/github/license/{{ site.github_username }}{{ site.baseurl }})](LICENSE)
44

55
__Author:__ {{ site.author }}
66
__Version:__ {{ site.version }}

0 commit comments

Comments
 (0)