Skip to content

Commit eada357

Browse files
BUG: Fix 404 Error in License Badge Link
An extraneous end parenthesis has been removed, which was resulting in a 404 error when trying to access the LICENSE file via the badge.
1 parent c0cdb9d commit eada357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:alt: PyPI Version
1010

1111
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
12-
:target: {{ cookiecutter.download_url }}/blob/master/LICENSE)
12+
:target: {{ cookiecutter.download_url }}/blob/master/LICENSE
1313
:alt: License
1414

1515
Overview

0 commit comments

Comments
 (0)