Skip to content

Commit 0d38eb3

Browse files
committed
Merge pull request #4 from takluyver/patch-1
Point URL to something that actually exists
2 parents 9fc0e08 + 2986134 commit 0d38eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
keywords="sphinx numpy",
2323
author="Pauli Virtanen and others",
2424
author_email="pav@iki.fi",
25-
url="http://github.com/numpy/numpy/tree/master/doc/sphinxext",
25+
url="https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt",
2626
license="BSD",
2727
requires=["sphinx (>= 1.0.1)"],
2828
package_data={'numpydoc': ['tests/test_*.py']},

0 commit comments

Comments
 (0)