From 05a46cde2d43be90fd05216699320e7c2c5860a2 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 3 Oct 2023 22:53:24 +0300 Subject: [PATCH] doc: update some links based on 'make linkcheck' --- doc/built-in-extensions.rst | 2 +- doc/index.rst | 4 ++-- doc/syntax.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/built-in-extensions.rst b/doc/built-in-extensions.rst index 04963f2f..a0bfc8f3 100644 --- a/doc/built-in-extensions.rst +++ b/doc/built-in-extensions.rst @@ -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``: diff --git a/doc/index.rst b/doc/index.rst index 71731669..406774d5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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/ diff --git a/doc/syntax.rst b/doc/syntax.rst index b3860ecb..aeb41914 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -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: @@ -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: