summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:11:44 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:11:44 +0000
commit0ec0fdb4465b48772f41ecb4408454f3ea1cd067 (patch)
treeb2e6c3b6771d00600fdc997c2ba2070233f977ef /docutils/docs
parentbc146ef170adc062a8349dcbd02dda25d5b64bfd (diff)
downloaddocutils-0ec0fdb4465b48772f41ecb4408454f3ea1cd067.tar.gz
Change http://docutils.sourceforge.net -> https://docutils.sourceforge.io
Patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/dev/distributing.txt6
-rw-r--r--docutils/docs/dev/enthought-plan.txt2
-rw-r--r--docutils/docs/dev/hacking.txt6
-rw-r--r--docutils/docs/dev/policies.txt4
-rw-r--r--docutils/docs/dev/pysource.dtd6
-rw-r--r--docutils/docs/dev/repository.txt2
-rw-r--r--docutils/docs/dev/rst/alternatives.txt4
-rw-r--r--docutils/docs/dev/rst/problems.txt4
-rw-r--r--docutils/docs/dev/testing.txt2
-rw-r--r--docutils/docs/dev/todo.txt2
-rw-r--r--docutils/docs/dev/website.txt4
-rw-r--r--docutils/docs/howto/html-stylesheets.txt2
-rw-r--r--docutils/docs/howto/i18n.txt2
-rw-r--r--docutils/docs/howto/rst-directives.txt2
-rw-r--r--docutils/docs/index.txt8
-rw-r--r--docutils/docs/peps/pep-0256.txt4
-rw-r--r--docutils/docs/peps/pep-0257.txt2
-rw-r--r--docutils/docs/peps/pep-0258.txt12
-rw-r--r--docutils/docs/peps/pep-0287.txt22
-rw-r--r--docutils/docs/ref/doctree.txt4
-rw-r--r--docutils/docs/ref/docutils.dtd4
-rw-r--r--docutils/docs/ref/rst/directives.txt4
-rw-r--r--docutils/docs/ref/rst/introduction.txt10
-rw-r--r--docutils/docs/ref/rst/restructuredtext.txt16
-rw-r--r--docutils/docs/user/mailing-lists.txt2
-rw-r--r--docutils/docs/user/manpage.txt2
-rw-r--r--docutils/docs/user/odt.txt6
-rw-r--r--docutils/docs/user/rst/cheatsheet.txt2
-rw-r--r--docutils/docs/user/rst/demo.txt2
-rw-r--r--docutils/docs/user/rst/quickref.html10
-rw-r--r--docutils/docs/user/rst/quickstart.txt6
-rw-r--r--docutils/docs/user/slide-shows.txt6
32 files changed, 85 insertions, 85 deletions
diff --git a/docutils/docs/dev/distributing.txt b/docutils/docs/dev/distributing.txt
index 5d7a29c52..a42ff477a 100644
--- a/docutils/docs/dev/distributing.txt
+++ b/docutils/docs/dev/distributing.txt
@@ -8,7 +8,7 @@
:Date: $Date$
:Copyright: This document has been placed in the public domain.
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
.. contents::
@@ -20,7 +20,7 @@ First, please download the most current `release tarball`_ and unpack
it.
.. _Docutils-develop: ../user/mailing-lists.html#docutils-develop
-.. _release tarball: http://docutils.sourceforge.net/#download
+.. _release tarball: https://docutils.sourceforge.io/#download
Dependencies
@@ -146,4 +146,4 @@ tarball.
For more information on testing, view the `Docutils Testing`_ page.
-.. _Docutils Testing: http://docutils.sourceforge.net/docs/dev/testing.html
+.. _Docutils Testing: https://docutils.sourceforge.io/docs/dev/testing.html
diff --git a/docutils/docs/dev/enthought-plan.txt b/docutils/docs/dev/enthought-plan.txt
index 5c0d36587..71310c1e4 100644
--- a/docutils/docs/dev/enthought-plan.txt
+++ b/docutils/docs/dev/enthought-plan.txt
@@ -118,7 +118,7 @@ follows::
This is in conjunction with the "Public Domain Dedication" section of
COPYING.txt__.
-__ http://docutils.sourceforge.net/COPYING.html
+__ https://docutils.sourceforge.io/COPYING.html
The code and documentation originating from Enthought funding will
have Enthought's copyright and license declaration. While I will try
diff --git a/docutils/docs/dev/hacking.txt b/docutils/docs/dev/hacking.txt
index e4b9558fc..9b724a660 100644
--- a/docutils/docs/dev/hacking.txt
+++ b/docutils/docs/dev/hacking.txt
@@ -15,8 +15,8 @@
knowledge is certainly helpful (though not necessary, strictly
speaking).
-.. _Docutils: http://docutils.sourceforge.net/
-.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _Docutils: https://docutils.sourceforge.io/
+.. _reStructuredText: https://docutils.sourceforge.io/rst.html
.. _Docutils front-end tools: ../user/tools.html
.. contents::
@@ -164,7 +164,7 @@ For HTML output, we can test this using the ``rst2html.py`` tool::
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="generator" content="Docutils 0.3.10: http://docutils.sourceforge.net/" />
+ <meta name="generator" content="Docutils 0.3.10: https://docutils.sourceforge.io/" />
<title></title>
<link rel="stylesheet" href="../docutils/writers/html4css1/html4css1.css" type="text/css" />
</head>
diff --git a/docutils/docs/dev/policies.txt b/docutils/docs/dev/policies.txt
index 992744946..cbea8c491 100644
--- a/docutils/docs/dev/policies.txt
+++ b/docutils/docs/dev/policies.txt
@@ -642,7 +642,7 @@ Docutils does not require their presence to function.
An official parallel project will have its own directory beside (or
parallel to) the main ``docutils`` directory in the Subversion
repository. It can have its own web page in the
-docutils.sourceforge.net domain, its own file releases and
+docutils.sourceforge.io domain, its own file releases and
downloadable snapshots, and even a mailing list if that proves useful.
However, an official parallel project has implications: it is expected
to be maintained and continue to work with changes to the core
@@ -673,7 +673,7 @@ Many related but independent projects are listed in the Docutils
`link list`_. If you want your project to appear there, drop a note at
the Docutils-develop_ mailing list.
-.. _link list: http://docutils.sourceforge.net/docs/user/links.html
+.. _link list: https://docutils.sourceforge.io/docs/user/links.html
.. _docutils-develop: docs/user/mailing-lists.html#docutils-develop
diff --git a/docutils/docs/dev/pysource.dtd b/docutils/docs/dev/pysource.dtd
index 8d4113edd..1dc8135c3 100644
--- a/docutils/docs/dev/pysource.dtd
+++ b/docutils/docs/dev/pysource.dtd
@@ -13,9 +13,9 @@ This DTD (document type definition) extends the Generic DTD (see
below).
More information about this DTD and the Docutils project can be found
-at http://docutils.sourceforge.net/. The latest version of this DTD
+at https://docutils.sourceforge.io/. The latest version of this DTD
is available from
-http://docutils.sourceforge.net/docs/dev/pysource.dtd.
+https://docutils.sourceforge.io/docs/dev/pysource.dtd.
The formal public identifier for this DTD is::
@@ -46,7 +46,7 @@ The formal public identifier for this DTD is::
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This DTD extends the Docutils Generic DTD, available from
-http://docutils.sourceforge.net/docs/ref/docutils.dtd.
+https://docutils.sourceforge.io/docs/ref/docutils.dtd.
-->
<!ENTITY % docutils PUBLIC
diff --git a/docutils/docs/dev/repository.txt b/docutils/docs/dev/repository.txt
index 03699e0b5..fbe89f781 100644
--- a/docutils/docs/dev/repository.txt
+++ b/docutils/docs/dev/repository.txt
@@ -8,7 +8,7 @@
:Date: $Date$
:Copyright: This document has been placed in the public domain.
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
.. admonition:: Quick Instructions
diff --git a/docutils/docs/dev/rst/alternatives.txt b/docutils/docs/dev/rst/alternatives.txt
index d7d68ea4c..885438a41 100644
--- a/docutils/docs/dev/rst/alternatives.txt
+++ b/docutils/docs/dev/rst/alternatives.txt
@@ -30,7 +30,7 @@ The ideas are divided into sections:
* `... Or Not To Do?`_: possible but questionable. These probably
won't be implemented, but you never know.
-.. _Setext: http://docutils.sourceforge.net/mirror/setext.html
+.. _Setext: https://docutils.sourceforge.io/mirror/setext.html
.. _StructuredText:
http://www.zope.org/DevHome/Members/jim/StructuredTextWiki/FrontPage
.. _Problems with StructuredText: problems.html
@@ -2015,7 +2015,7 @@ Syntax proposals:
_[DJG2002]
Docutils: Python Documentation Utilities project; Goodger
- et al.; http://docutils.sourceforge.net/
+ et al.; https://docutils.sourceforge.io/
Without the ".. " marker, subsequent lines would either have to
align as in one of the above, or we'd have to allow loose
diff --git a/docutils/docs/dev/rst/problems.txt b/docutils/docs/dev/rst/problems.txt
index b9fa2a4b5..d6397dfa0 100644
--- a/docutils/docs/dev/rst/problems.txt
+++ b/docutils/docs/dev/rst/problems.txt
@@ -849,8 +849,8 @@ cleanly readable text.
.. _StructuredText:
http://www.zope.org/DevHome/Members/jim/StructuredTextWiki/FrontPage
-.. _Setext: http://docutils.sourceforge.net/mirror/setext.html
-.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _Setext: https://docutils.sourceforge.io/mirror/setext.html
+.. _reStructuredText: https://docutils.sourceforge.io/rst.html
.. _detailed description:
http://homepage.ntlworld.com/tibsnjoan/docutils/STNG-format.html
.. _STMinus: http://www.cis.upenn.edu/~edloper/pydoc/stminus.html
diff --git a/docutils/docs/dev/testing.txt b/docutils/docs/dev/testing.txt
index b087f9363..cee791162 100644
--- a/docutils/docs/dev/testing.txt
+++ b/docutils/docs/dev/testing.txt
@@ -9,7 +9,7 @@
:Date: $Date$
:Copyright: This document has been placed in the public domain.
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
.. contents::
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 552e854d6..9966b4af3 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -9,7 +9,7 @@
:Revision: $Revision$
:Copyright: This document has been placed in the public domain.
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
.. contents::
diff --git a/docutils/docs/dev/website.txt b/docutils/docs/dev/website.txt
index b3acbf580..453693819 100644
--- a/docutils/docs/dev/website.txt
+++ b/docutils/docs/dev/website.txt
@@ -8,7 +8,7 @@
:Revision: $Revision$
:Copyright: This document has been placed in the public domain.
-The Docutils web site, <http://docutils.sourceforge.net/>, is
+The Docutils web site, <https://docutils.sourceforge.io/>, is
maintained by the ``docutils-update.local`` script, run by project
maintainers on their local machines. The script
will process any .txt file which is newer than the corresponding .html
@@ -17,7 +17,7 @@ to the web site at SourceForge.
.. .. old instructions, for cron job:
- The Docutils web site, <http://docutils.sourceforge.net/>, is
+ The Docutils web site, <https://docutils.sourceforge.io/>, is
maintained automatically by the ``docutils-update`` script, run as an
hourly cron job on shell.berlios.de (by user "wiemann"). The script
will process any .txt file which is newer than the corresponding .html
diff --git a/docutils/docs/howto/html-stylesheets.txt b/docutils/docs/howto/html-stylesheets.txt
index b03a81ee9..aee700138 100644
--- a/docutils/docs/howto/html-stylesheets.txt
+++ b/docutils/docs/howto/html-stylesheets.txt
@@ -8,7 +8,7 @@
:Revision: $Revision$
:Copyright: This document has been placed in the public domain.
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
The look of Docutils' HTML output is customizable via CSS stylesheets.
diff --git a/docutils/docs/howto/i18n.txt b/docutils/docs/howto/i18n.txt
index b1bf56801..6027b61f8 100644
--- a/docutils/docs/howto/i18n.txt
+++ b/docutils/docs/howto/i18n.txt
@@ -37,7 +37,7 @@ support via a module in the PYTHONPATH root (e.g. the working directory).
project bug tracker on SourceForge at
http://sourceforge.net/p/docutils/bugs/
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
.. _Introduction to i18n:
http://www.debian.org/doc/manuals/intro-i18n/
diff --git a/docutils/docs/howto/rst-directives.txt b/docutils/docs/howto/rst-directives.txt
index 16af02e15..1994a3727 100644
--- a/docutils/docs/howto/rst-directives.txt
+++ b/docutils/docs/howto/rst-directives.txt
@@ -8,7 +8,7 @@
:Revision: $Revision$
:Copyright: This document has been placed in the public domain.
-.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _reStructuredText: https://docutils.sourceforge.io/rst.html
Directives are the primary extension mechanism of reStructuredText.
diff --git a/docutils/docs/index.txt b/docutils/docs/index.txt
index 9ee51e69c..aba3ce7dc 100644
--- a/docutils/docs/index.txt
+++ b/docutils/docs/index.txt
@@ -11,8 +11,8 @@
The latest working documents may be accessed individually below, or
from the ``docs`` directory of the `Docutils distribution`_.
-.. _Docutils: http://docutils.sourceforge.net/
-.. _Docutils distribution: http://docutils.sourceforge.net/#download
+.. _Docutils: https://docutils.sourceforge.io/
+.. _Docutils distribution: https://docutils.sourceforge.io/#download
.. contents::
@@ -93,7 +93,7 @@ Writer-specific:
* `Docutils LaTeX Writer <user/latex.html>`__
* `Docutils ODF/OpenOffice/odt Writer <user/odt.html>`__
-`reStructuredText <http://docutils.sourceforge.net/rst.html>`_:
+`reStructuredText <https://docutils.sourceforge.io/rst.html>`_:
* `A ReStructuredText Primer <user/rst/quickstart.html>`__
(see also the `text source <user/rst/quickstart.txt>`__)
@@ -145,7 +145,7 @@ reStructuredText_:
Prehistoric:
* `Setext Documents Mirror
- <http://docutils.sourceforge.net/mirror/setext.html>`__
+ <https://docutils.sourceforge.io/mirror/setext.html>`__
.. _peps:
diff --git a/docutils/docs/peps/pep-0256.txt b/docutils/docs/peps/pep-0256.txt
index fd5725de5..cc5a54c44 100644
--- a/docutils/docs/peps/pep-0256.txt
+++ b/docutils/docs/peps/pep-0256.txt
@@ -235,7 +235,7 @@ Project Web Site
================
A SourceForge project has been set up for this work at
-http://docutils.sourceforge.net/.
+https://docutils.sourceforge.io/.
References and Footnotes
@@ -273,7 +273,7 @@ References and Footnotes
.. _docutils: http://www.tibsnjoan.co.uk/docutils.html
-.. _Docutils project: http://docutils.sourceforge.net/
+.. _Docutils project: https://docutils.sourceforge.io/
.. _STMinus: http://www.cis.upenn.edu/~edloper/pydoc/
diff --git a/docutils/docs/peps/pep-0257.txt b/docutils/docs/peps/pep-0257.txt
index a298aba03..1acacbd68 100644
--- a/docutils/docs/peps/pep-0257.txt
+++ b/docutils/docs/peps/pep-0257.txt
@@ -294,7 +294,7 @@ References and Footnotes
.. [3] Guido van Rossum, Python's creator and Benevolent Dictator For
Life.
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
.. _Python Style Guide:
http://www.python.org/doc/essays/styleguide.html
diff --git a/docutils/docs/peps/pep-0258.txt b/docutils/docs/peps/pep-0258.txt
index 17039e057..6019ee3ae 100644
--- a/docutils/docs/peps/pep-0258.txt
+++ b/docutils/docs/peps/pep-0258.txt
@@ -497,7 +497,7 @@ The ``tools/`` directory contains several front ends for common
Docutils processing. See `Docutils Front-End Tools`_ for details.
.. _Docutils Front-End Tools:
- http://docutils.sourceforge.net/docs/user/tools.html
+ https://docutils.sourceforge.io/docs/user/tools.html
Document Tree
@@ -978,13 +978,13 @@ stylist code will lower the barrier considerably.
(http://www.python.org/peps/pep-0216.html)
.. _docutils.dtd:
- http://docutils.sourceforge.net/docs/ref/docutils.dtd
+ https://docutils.sourceforge.io/docs/ref/docutils.dtd
.. _soextbl.dtd:
- http://docutils.sourceforge.net/docs/ref/soextblx.dtd
+ https://docutils.sourceforge.io/docs/ref/soextblx.dtd
.. _The Docutils Document Tree:
- http://docutils.sourceforge.net/docs/ref/doctree.html
+ https://docutils.sourceforge.io/docs/ref/doctree.html
.. _VMS error condition severity levels:
http://www.openvms.compaq.com:8000/73final/5841/841pro_027.html
@@ -993,7 +993,7 @@ stylist code will lower the barrier considerably.
.. _log4j project: http://logging.apache.org/log4j/docs/index.html
.. _Docutils Python Source DTD:
- http://docutils.sourceforge.net/docs/dev/pysource.dtd
+ https://docutils.sourceforge.io/docs/dev/pysource.dtd
.. _ISO 639: http://www.loc.gov/standards/iso639-2/englangn.html
@@ -1006,7 +1006,7 @@ stylist code will lower the barrier considerably.
==================
A SourceForge project has been set up for this work at
-http://docutils.sourceforge.net/.
+https://docutils.sourceforge.io/.
===========
diff --git a/docutils/docs/peps/pep-0287.txt b/docutils/docs/peps/pep-0287.txt
index 1c82bef47..3d9b60c24 100644
--- a/docutils/docs/peps/pep-0287.txt
+++ b/docutils/docs/peps/pep-0287.txt
@@ -513,7 +513,7 @@ Questions & Answers
See `Section Structure via Indentation`__ in `Problems With
StructuredText`_ for further elaboration.
- __ http://docutils.sourceforge.net/docs/dev/rst/problems.html
+ __ https://docutils.sourceforge.io/docs/dev/rst/problems.html
#section-structure-via-indentation
4. Why use reStructuredText for PEPs? What's wrong with the existing
@@ -741,7 +741,7 @@ __ http://www.python.org/doc/Humor.html#zen
.. [#PEP-216] PEP 216, Docstring Format, Zadka
(http://www.python.org/peps/pep-0216.html)
-.. _reStructuredText markup: http://docutils.sourceforge.net/rst.html
+.. _reStructuredText markup: https://docutils.sourceforge.io/rst.html
.. _Doc-SIG: http://www.python.org/sigs/doc-sig/
@@ -761,33 +761,33 @@ __ http://www.python.org/doc/Humor.html#zen
.. _JavaDoc: http://java.sun.com/j2se/javadoc/
-.. _Setext: http://docutils.sourceforge.net/mirror/setext.html
+.. _Setext: https://docutils.sourceforge.io/mirror/setext.html
.. _StructuredText:
http://www.zope.org/DevHome/Members/jim/StructuredTextWiki/FrontPage
.. _A ReStructuredText Primer:
- http://docutils.sourceforge.net/docs/user/rst/quickstart.html
+ https://docutils.sourceforge.io/docs/user/rst/quickstart.html
.. _Quick reStructuredText:
- http://docutils.sourceforge.net/docs/user/rst/quickref.html
+ https://docutils.sourceforge.io/docs/user/rst/quickref.html
.. _An Introduction to reStructuredText:
- http://docutils.sourceforge.net/docs/ref/rst/introduction.html
+ https://docutils.sourceforge.io/docs/ref/rst/introduction.html
.. _reStructuredText Markup Specification:
- http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
+ https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html
.. _reStructuredText Directives:
- http://docutils.sourceforge.net/docs/ref/rst/directives.html
+ https://docutils.sourceforge.io/docs/ref/rst/directives.html
.. _Problems with StructuredText:
- http://docutils.sourceforge.net/docs/dev/rst/problems.html
+ https://docutils.sourceforge.io/docs/dev/rst/problems.html
.. _A Record of reStructuredText Syntax Alternatives:
- http://docutils.sourceforge.net/docs/dev/rst/alternatives.html
+ https://docutils.sourceforge.io/docs/dev/rst/alternatives.html
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
Copyright
diff --git a/docutils/docs/ref/doctree.txt b/docutils/docs/ref/doctree.txt
index 07a18aa61..4d5fec1e5 100644
--- a/docutils/docs/ref/doctree.txt
+++ b/docutils/docs/ref/doctree.txt
@@ -36,13 +36,13 @@ throughout this document. For a gentle introduction, see `A
ReStructuredText Primer`_. For complete technical details, see the
`reStructuredText Markup Specification`_.
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
.. _Docutils Generic DTD:
.. _Docutils DTD:
.. _docutils.dtd: docutils.dtd
.. _Introducing the Extensible Markup Language (XML):
http://xml.coverpages.org/xmlIntro.html
-.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _reStructuredText: https://docutils.sourceforge.io/rst.html
.. _A ReStructuredText Primer: ../user/rst/quickstart.html
.. _reStructuredText Markup Specification: rst/restructuredtext.html
diff --git a/docutils/docs/ref/docutils.dtd b/docutils/docs/ref/docutils.dtd
index 28fd10848..0118e7474 100644
--- a/docutils/docs/ref/docutils.dtd
+++ b/docutils/docs/ref/docutils.dtd
@@ -10,9 +10,9 @@
:Filename: docutils.dtd
More information about this DTD (document type definition) and the
-Docutils project can be found at http://docutils.sourceforge.net/.
+Docutils project can be found at https://docutils.sourceforge.io/.
The latest version of this DTD is available from
-http://docutils.sourceforge.net/docs/ref/docutils.dtd.
+https://docutils.sourceforge.io/docs/ref/docutils.dtd.
The formal public identifier for this DTD is::
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt
index 66d422fbb..c6e89a963 100644
--- a/docutils/docs/ref/rst/directives.txt
+++ b/docutils/docs/ref/rst/directives.txt
@@ -533,7 +533,7 @@ when Pygments_ is not installed or the language is not in the
For inline code, use the `"code" role`_.
__ http://pygments.org/docs/cmdline/#generating-styles
-__ http://docutils.sourceforge.net/sandbox/stylesheets/
+__ https://docutils.sourceforge.io/sandbox/stylesheets/
.. _Pygments: http://pygments.org/
.. _syntax_highlight: ../../user/config.html#syntax-highlight
.. _supported languages and markup formats: http://pygments.org/languages/
@@ -1178,7 +1178,7 @@ processing system. For example, if certain runtime settings are
enabled, the document footer is populated with processing information
such as a datestamp, a link to `the Docutils website`_, etc.
-.. _the Docutils website: http://docutils.sourceforge.net
+.. _the Docutils website: https://docutils.sourceforge.io
------------
diff --git a/docutils/docs/ref/rst/introduction.txt b/docutils/docs/ref/rst/introduction.txt
index 51f1ab0ec..aedd647e3 100644
--- a/docutils/docs/ref/rst/introduction.txt
+++ b/docutils/docs/ref/rst/introduction.txt
@@ -27,13 +27,13 @@ Specification`_ is the definitive reference. There is also an
analysis of the `Problems With StructuredText`_.
ReStructuredText's web page is
-http://docutils.sourceforge.net/rst.html.
+https://docutils.sourceforge.io/rst.html.
-.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _reStructuredText: https://docutils.sourceforge.io/rst.html
.. _StructuredText:
http://www.zope.org/DevHome/Members/jim/StructuredTextWiki/FrontPage
-.. _Setext: http://docutils.sourceforge.net/mirror/setext.html
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Setext: https://docutils.sourceforge.io/mirror/setext.html
+.. _Docutils: https://docutils.sourceforge.io/
.. _A ReStructuredText Primer: ../../user/rst/quickstart.html
.. _Quick reStructuredText: ../../user/rst/quickref.html
.. _reStructuredText Markup Specification: restructuredtext.html
@@ -281,7 +281,7 @@ followed.
- `PEP 257: Docstring Conventions`__
Current working versions of the PEPs can be found in
- http://docutils.sourceforge.net/docs/peps/, and official versions
+ https://docutils.sourceforge.io/docs/peps/, and official versions
can be found in the `master PEP repository`_.
__ http://mail.python.org/pipermail/doc-sig/2001-June/001855.html
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt
index 83aa3894b..f1edf9979 100644
--- a/docutils/docs/ref/rst/restructuredtext.txt
+++ b/docutils/docs/ref/rst/restructuredtext.txt
@@ -1945,13 +1945,13 @@ indirect.
permitted to allow for line wrapping). The following external
hyperlink targets are equivalent::
- .. _one-liner: http://docutils.sourceforge.net/rst.html
+ .. _one-liner: https://docutils.sourceforge.io/rst.html
- .. _starts-on-this-line: http://
+ .. _starts-on-this-line: https://
docutils.sourceforge.net/rst.html
.. _entirely-below:
- http://docutils.
+ https://docutils.
sourceforge.net/rst.html
Escaped whitespace is preserved as intentional spaces, e.g.::
@@ -2350,7 +2350,7 @@ Replacement text
|RST| source readability.
.. |RST| replace:: reStructuredText
- .. _RST: http://docutils.sourceforge.net/rst.html
+ .. _RST: https://docutils.sourceforge.io/rst.html
Note the trailing underscore in the first use of a substitution
reference. This indicates a reference to the corresponding
@@ -3137,16 +3137,16 @@ Markup errors are handled according to the specification in `PEP
258`_.
-.. _reStructuredText: http://docutils.sourceforge.net/rst.html
-.. _Docutils: http://docutils.sourceforge.net/
+.. _reStructuredText: https://docutils.sourceforge.io/rst.html
+.. _Docutils: https://docutils.sourceforge.io/
.. _Docutils Generic DTD: ../docutils.dtd
.. _transforms:
- http://docutils.sourceforge.net/docutils/transforms/
+ https://docutils.sourceforge.io/docutils/transforms/
.. _Grouch: http://www.mems-exchange.org/software/grouch/
.. _RFC822: http://www.rfc-editor.org/rfc/rfc822.txt
.. _DocTitle transform:
.. _DocInfo transform:
- http://docutils.sourceforge.net/docutils/transforms/frontmatter.py
+ https://docutils.sourceforge.io/docutils/transforms/frontmatter.py
.. _getopt.py:
http://www.python.org/doc/current/lib/module-getopt.html
.. _GNU libc getopt_long():
diff --git a/docutils/docs/user/mailing-lists.txt b/docutils/docs/user/mailing-lists.txt
index 429cb9f07..7664d585b 100644
--- a/docutils/docs/user/mailing-lists.txt
+++ b/docutils/docs/user/mailing-lists.txt
@@ -153,5 +153,5 @@ __ nntp://news.gmane.org/gmane.comp.python.documentation
http://mail.python.org/mailman/listinfo/doc-sig
.. _Subversion repository: ../dev/repository.html
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
.. _FAQ: ../../FAQ.html
diff --git a/docutils/docs/user/manpage.txt b/docutils/docs/user/manpage.txt
index 2bc648d98..1c686163f 100644
--- a/docutils/docs/user/manpage.txt
+++ b/docutils/docs/user/manpage.txt
@@ -165,4 +165,4 @@ TODO - Open issues
* Input and output encoding are problematic at least.
-.. _Docutils: http://docutils.sourceforge.net/
+.. _Docutils: https://docutils.sourceforge.io/
diff --git a/docutils/docs/user/odt.txt b/docutils/docs/user/odt.txt
index aec04da1b..5dcc9ba8d 100644
--- a/docutils/docs/user/odt.txt
+++ b/docutils/docs/user/odt.txt
@@ -803,8 +803,8 @@ Here is another example::
For more on roles see:
`Custom Interpreted Text Roles --
-http://docutils.sourceforge.net/docs/ref/rst/directives.html#custom-interpreted-text-roles
-<http://docutils.sourceforge.net/docs/ref/rst/directives.html#custom-interpreted-text-roles>`_.
+https://docutils.sourceforge.io/docs/ref/rst/directives.html#custom-interpreted-text-roles
+<https://docutils.sourceforge.io/docs/ref/rst/directives.html#custom-interpreted-text-roles>`_.
**Note:** The ability to base a role on another existing role is
*not* supported by ``odtwriter``.
@@ -1189,7 +1189,7 @@ pick up the default paper size on platforms where the program
http://pygments.pocoo.org/
.. _`Docutils`:
- http://docutils.sourceforge.net/
+ https://docutils.sourceforge.io/
.. _`Python Imaging Library`:
https://en.wikipedia.org/wiki/Python_Imaging_Library
diff --git a/docutils/docs/user/rst/cheatsheet.txt b/docutils/docs/user/rst/cheatsheet.txt
index 1cf4321e1..6db296b10 100644
--- a/docutils/docs/user/rst/cheatsheet.txt
+++ b/docutils/docs/user/rst/cheatsheet.txt
@@ -67,7 +67,7 @@ Inline Markup
=============
*emphasis*; **strong emphasis**; `interpreted text`; `interpreted text
with role`:emphasis:; ``inline literal text``; standalone hyperlink,
-http://docutils.sourceforge.net; named reference, reStructuredText_;
+https://docutils.sourceforge.io; named reference, reStructuredText_;
`anonymous reference`__; footnote reference, [1]_; citation reference,
[CIT2002]_; |substitution|; _`inline internal target`.
diff --git a/docutils/docs/user/rst/demo.txt b/docutils/docs/user/rst/demo.txt
index 8dd2ef87d..5e62dae34 100644
--- a/docutils/docs/user/rst/demo.txt
+++ b/docutils/docs/user/rst/demo.txt
@@ -401,7 +401,7 @@ Directives
These are just a sample of the many reStructuredText Directives. For
others, please see
-http://docutils.sourceforge.net/docs/ref/rst/directives.html.
+https://docutils.sourceforge.io/docs/ref/rst/directives.html.
Document Parts
``````````````
diff --git a/docutils/docs/user/rst/quickref.html b/docutils/docs/user/rst/quickref.html
index c6515fefa..97168b452 100644
--- a/docutils/docs/user/rst/quickref.html
+++ b/docutils/docs/user/rst/quickref.html
@@ -20,8 +20,8 @@
<!-- Caveat: if you're reading the HTML for the examples, -->
<!-- beware that it was hand-generated, not by Docutils/ReST. -->
- <p align="right"><em><a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html"
- >http://docutils.sourceforge.net/docs/user/rst/quickref.html</a></em>
+ <p align="right"><em><a href="https://docutils.sourceforge.io/docs/user/rst/quickref.html"
+ >https://docutils.sourceforge.io/docs/user/rst/quickref.html</a></em>
<br><em>Being a cheat-sheet for reStructuredText</em>
<br><em>Updated $Date$</em>
@@ -31,7 +31,7 @@
<p>The full details of the markup may be found on the
- <a href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>
+ <a href="https://docutils.sourceforge.io/rst.html">reStructuredText</a>
page. This document is just intended as a reminder.
<p>Links that look like "(<a href="#details">details</a>)" point
@@ -39,7 +39,7 @@
href="../../ref/rst/restructuredtext.html">reStructuredText
specification</a> document. These are relative links; if they
don't work, please use the <a
- href="http://docutils.sourceforge.net/docs/user/rst/quickref.html"
+ href="https://docutils.sourceforge.io/docs/user/rst/quickref.html"
>master "Quick reStructuredText"</a> document.
<h2><a name="contents">Contents</a></h2>
@@ -1343,7 +1343,7 @@ dispose&nbsp;of&nbsp;medical&nbsp;waste.</samp>
message</a> to the <a
href="http://lists.sourceforge.net/lists/listinfo/docutils-users"
>Docutils-Users mailing list</a>. The <a
- href="http://docutils.sourceforge.net/" >Docutils project web
+ href="https://docutils.sourceforge.io/" >Docutils project web
site</a> has more information.
<p><hr>
diff --git a/docutils/docs/user/rst/quickstart.txt b/docutils/docs/user/rst/quickstart.txt
index f9c197f85..8b62afcb8 100644
--- a/docutils/docs/user/rst/quickstart.txt
+++ b/docutils/docs/user/rst/quickstart.txt
@@ -16,7 +16,7 @@ quick reference`_ document.
__
.. _Quick reStructuredText: quickref.html
.. _master quick reference:
- http://docutils.sourceforge.net/docs/user/rst/quickref.html
+ https://docutils.sourceforge.io/docs/user/rst/quickref.html
.. Note:: This document is an informal introduction to
reStructuredText. The `What Next?`_ section below has links to
@@ -396,9 +396,9 @@ reStructuredText should post a message to the Docutils-users_ mailing
list.
.. [#] If that relative link doesn't work, try the master document:
- http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html.
+ https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html.
.. _reStructuredText Markup Specification:
../../ref/rst/restructuredtext.html
.. _Docutils-users: ../mailing-lists.html#docutils-users
-.. _Docutils project web site: http://docutils.sourceforge.net/
+.. _Docutils project web site: https://docutils.sourceforge.io/
diff --git a/docutils/docs/user/slide-shows.txt b/docutils/docs/user/slide-shows.txt
index 12979170c..fdf481fab 100644
--- a/docutils/docs/user/slide-shows.txt
+++ b/docutils/docs/user/slide-shows.txt
@@ -54,8 +54,8 @@
There is no support for the "header" directive in the themes
included with Docutils.
-.. _Docutils: http://docutils.sourceforge.net/
-.. _reStructuredText: http://docutils.sourceforge.net/rst.html
+.. _Docutils: https://docutils.sourceforge.io/
+.. _reStructuredText: https://docutils.sourceforge.io/rst.html
.. _S5: http://meyerweb.com/eric/tools/s5/
.. _Firefox: http://www.mozilla.com/firefox/
.. |bullet| unicode:: U+02022
@@ -80,7 +80,7 @@ Introduction
installed. See the `Docutils README`__ file for installation
instructions.
- __ http://docutils.sourceforge.net/README.html
+ __ https://docutils.sourceforge.io/README.html
* reStructuredText