diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-09 15:28:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-09 15:28:01 -0500 |
commit | dbf57427babbfbf58086b27c0d1d9b3503892daa (patch) | |
tree | 9caa541188b121eee298e7accac6d9536f06ca57 | |
parent | 3c182f9f1eea89040fbfc88d1ccbed31ece6a00b (diff) | |
parent | c999a93ca02b2b933384d1d0345505c4ed72f80b (diff) | |
download | external_python_setuptools-dbf57427babbfbf58086b27c0d1d9b3503892daa.tar.gz external_python_setuptools-dbf57427babbfbf58086b27c0d1d9b3503892daa.tar.bz2 external_python_setuptools-dbf57427babbfbf58086b27c0d1d9b3503892daa.zip |
Merge pull request #914 from estan/fix-developer-guide-link
Fix broken link in docs/developer-guide.txt
-rw-r--r-- | docs/developer-guide.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index c8f51b02..8a136380 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -13,11 +13,11 @@ Recommended Reading ------------------- Please read `How to write the perfect pull request -<http://blog.jaraco.com/2014/04/how-to-write-perfect-pull-request.html>`_ -for some tips on contributing to open source projects. Although the article -is not authoritative, it was authored by the maintainer of Setuptools, so -reflects his opinions and will improve the likelihood of acceptance and -quality of contribution. +<https://blog.jaraco.com/how-to-write-perfect-pull-request/>`_ for some tips +on contributing to open source projects. Although the article is not +authoritative, it was authored by the maintainer of Setuptools, so reflects +his opinions and will improve the likelihood of acceptance and quality of +contribution. ------------------ Project Management |