Skip to content

Commit 3fd7abe

Browse files
committed
fix project urls
1 parent 5a75da5 commit 3fd7abe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
url='https://www.palletsprojects.com/p/flask/',
1919
project_urls=OrderedDict((
2020
('Documentation', 'http://flask.pocoo.org/docs/'),
21-
('Code', 'https://github.com/pallets/%3Cspan%20class="x x-first x-last">pallets-sphinx-themes'),
22-
('Issue tracker', 'https://github.com/pallets/%3Cspan%20class="x x-first x-last">pallets-sphinx-themes/issues'),
21+
('Code', 'https://github.com/pallets/%3Cspan%20class="x x-first x-last">flask'),
22+
('Issue tracker', 'https://github.com/pallets/%3Cspan%20class="x x-first x-last">flask/issues'),
2323
)),
2424
license='BSD',
2525
author='Armin Ronacher',

0 commit comments

Comments
 (0)