Skip to content

Commit 7b24ded

Browse files
authored
Merge pull request #73 from kelvins/patch-1
Fix 'Publishing to Pypi Guide' link
2 parents fb1475a + 7892f83 commit 7b24ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ don't blow up, so it can be a helpful regression indicator.
6767
New Releases
6868
------------
6969

70-
[https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/](Publishing to Pypi Guide)
70+
[Publishing to Pypi Guide](https://hynek.me/articles/sharing-your-labor-of-love-pypi-quick-and-dirty/)
7171

7272
$ python setup.py sdist bdist_wheel
7373
$ twine upload dist/*

0 commit comments

Comments
 (0)