Skip to content

Commit

Permalink
doc: update some links based on 'make linkcheck'
Browse files Browse the repository at this point in the history
  • Loading branch information
jnikula committed Oct 3, 2023
1 parent 75edfec commit 05a46cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/built-in-extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This extension converts Javadoc_ comments to reStructuredText, using the

The Javadoc support is rudimentary at best.

.. _Javadoc: https://www.oracle.com/technetwork/java/javase/documentation/javadoc-137458.html
.. _Javadoc: https://www.oracle.com/java/technologies/javase/javadoc.html

Installation and configuration in ``conf.py``:

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Read on for information about Hawkmoth installation details and usage; how to
configure and use the extension and how to write documentation comments, with
examples.

.. _Sphinx: http://www.sphinx-doc.org
.. _Sphinx: https://www.sphinx-doc.org

.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _reStructuredText: https://docutils.sourceforge.io/rst.html

.. _Clang: https://clang.llvm.org/

Expand Down
4 changes: 2 additions & 2 deletions doc/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ them nicely.
*/
int baz(int foo, int bar);
.. _field lists: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#field-lists
.. _field lists: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#field-lists

.. _extending-the-syntax:

Expand All @@ -81,7 +81,7 @@ The :ref:`hawkmoth.ext.javadoc` extension provides limited support for Javadoc_
style comments, and the :ref:`hawkmoth.ext.napoleon` extension provides support
for :external+sphinx:py:mod:`sphinx.ext.napoleon` style comments.

.. _Javadoc: https://www.oracle.com/technetwork/java/javase/documentation/javadoc-137458.html
.. _Javadoc: https://www.oracle.com/java/technologies/javase/javadoc.html

.. _cross-referencing:

Expand Down

0 comments on commit 05a46cd

Please sign in to comment.