Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Update the link to the documentation in PyPI project page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Vasilyev committed Apr 23, 2019
1 parent f8cbadf commit 706245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
LONG_DESCRIPTION = open(os.path.join(os.path.dirname(__file__), 'README.md')).read()
DESCRIPTION = LONG_DESCRIPTION.splitlines()[0].lstrip('#').strip()
PROJECT_URLS = {
'Documentation': 'https://github.com/zalando-incubator/kopf/blob/master/README.md',
'Documentation': 'https://kopf.readthedocs.io',
'Bug Tracker': 'https://github.com/zalando-incubator/kopf/issues',
'Source Code': 'https://github.com/zalando-incubator/kopf',
}
Expand Down

0 comments on commit 706245d

Please sign in to comment.