Skip to content

Commit 241bb35

Browse files
Update URLs (#764)
- http:// → https:// - The Sphinx documentation has changed, update relevant links. - The cited IBM "study" does not seem to be visible online any more. I was merely able to find a short reference here: https://wiki.dirkjanswagerman.nl/index.php?title=11_proven_practices_for_more_effective,_efficient_peer_code_review Instead, point to a Microsoft academic paper. I could find it both on the Microsoft web site: https://www.microsoft.com/en-us/research/publication/characteristics-of-useful-code-reviews-an-empirical-study-at-microsoft/ and in the ACM proceedings: https://dl.acm.org/doi/10.5555/2820518.2820538 I chose a link to the Microsoft web site, because the PDF of the paper is freely available there: https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/bosu2015useful.pdf
1 parent 7698237 commit 241bb35

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/development/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ The HTML documentation index can now be found at
7373
.. _`virtualenv`: https://pypi.org/project/virtualenv/
7474
.. _`pip`: https://pypi.org/project/pip/
7575
.. _`sphinx`: https://pypi.org/project/Sphinx/
76-
.. _`reStructured Text`: http://sphinx-doc.org/rest.html
76+
.. _`reStructured Text`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/
7777
.. _`pre-commit`: https://pre-commit.com

docs/development/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ bug check out `what to put in your bug report`_.
1616
release-process
1717

1818
.. _`GitHub`: https://github.com/pypa/packaging
19-
.. _`what to put in your bug report`: http://www.contribution-guide.org/#what-to-put-in-your-bug-report
19+
.. _`what to put in your bug report`: https://www.contribution-guide.org/#what-to-put-in-your-bug-report

docs/development/submitting-patches.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ So, specifically:
7070
.. |black| replace:: ``black``
7171
.. _black: https://pypi.org/project/black/
7272
.. _`Write comments as complete sentences.`: https://nedbatchelder.com/blog/201401/comments_should_be_sentences.html
73-
.. _`syntax`: http://sphinx-doc.org/domains.html#info-field-lists
74-
.. _`Studies have shown`: http://www.ibm.com/developerworks/rational/library/11-proven-practices-for-peer-review/
73+
.. _`syntax`: https://www.sphinx-doc.org/en/master/usage/restructuredtext/field-lists.html
74+
.. _`Studies have shown`: https://www.microsoft.com/en-us/research/publication/characteristics-of-useful-code-reviews-an-empirical-study-at-microsoft/

0 commit comments

Comments
 (0)