summaryrefslogtreecommitdiff
path: root/docutils/docs
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:10:45 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:10:45 +0000
commitbc146ef170adc062a8349dcbd02dda25d5b64bfd (patch)
tree576b34729e1cfde8a067f0dac6c833a18749d706 /docutils/docs
parent76998243af3f77a0d3f726f2c73dbd9885b988ea (diff)
downloaddocutils-bc146ef170adc062a8349dcbd02dda25d5b64bfd.tar.gz
More changes to https://sourceforge.net
Patch by Adam Turner git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8955 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
-rw-r--r--docutils/docs/dev/repository.txt4
-rw-r--r--docutils/docs/dev/rst/alternatives.txt4
-rw-r--r--docutils/docs/dev/semantics.txt2
-rw-r--r--docutils/docs/user/latex.txt6
-rw-r--r--docutils/docs/user/links.txt4
-rw-r--r--docutils/docs/user/mailing-lists.txt2
-rw-r--r--docutils/docs/user/slide-shows.txt2
7 files changed, 12 insertions, 12 deletions
diff --git a/docutils/docs/dev/repository.txt b/docutils/docs/dev/repository.txt
index 875f3cf54..03699e0b5 100644
--- a/docutils/docs/dev/repository.txt
+++ b/docutils/docs/dev/repository.txt
@@ -15,7 +15,7 @@
To get a checkout of the Docutils source tree (with the
sandboxes) with SVN_, type ::
- svn checkout http://svn.code.sf.net/p/docutils/code/trunk docutils-code
+ svn checkout https://svn.code.sf.net/p/docutils/code/trunk docutils-code
Users of Git_ can clone a mirror of the docutils repository with ::
@@ -75,7 +75,7 @@ To get a checkout, first determine the root of the repository depending
on your preferred protocol:
anonymous access: (read only)
- Subversion_: ``http://svn.code.sf.net/p/docutils/code``
+ Subversion_: ``https://svn.code.sf.net/p/docutils/code``
Git_: ``git://repo.or.cz/docutils.git``
diff --git a/docutils/docs/dev/rst/alternatives.txt b/docutils/docs/dev/rst/alternatives.txt
index 4aa648049..d7d68ea4c 100644
--- a/docutils/docs/dev/rst/alternatives.txt
+++ b/docutils/docs/dev/rst/alternatives.txt
@@ -2707,8 +2707,8 @@ and `beginning 2003-08-04`__.
__ http://mail.python.org/pipermail/doc-sig/2001-April/001776.html
__ http://mail.python.org/pipermail/doc-sig/2001-April/001789.html
__ http://mail.python.org/pipermail/doc-sig/2001-April/001793.html
-__ http://sourceforge.net/mailarchive/message.php?msg_id=3838913
-__ http://sf.net/mailarchive/forum.php?thread_id=2957175&forum_id=11444
+__ https://sourceforge.net/mailarchive/message.php?msg_id=3838913
+__ https://sf.net/mailarchive/forum.php?thread_id=2957175&forum_id=11444
Sloppy Indentation of List Items
diff --git a/docutils/docs/dev/semantics.txt b/docutils/docs/dev/semantics.txt
index 5a6742465..f56fccebf 100644
--- a/docutils/docs/dev/semantics.txt
+++ b/docutils/docs/dev/semantics.txt
@@ -105,7 +105,7 @@ Other Ideas
.. _JavaDoc: http://java.sun.com/j2se/javadoc/
.. _pythondoc: http://starship.python.net/crew/danilo/pythondoc/
.. _Grouch: http://www.mems-exchange.org/software/grouch/
-.. _epydoc: http://epydoc.sf.net/
+.. _epydoc: http://epydoc.sourceforge.net/
.. _iPhrase Python documentation conventions:
http://mail.python.org/pipermail/doc-sig/2001-May/001840.html
diff --git a/docutils/docs/user/latex.txt b/docutils/docs/user/latex.txt
index 7942b4721..496d148a2 100644
--- a/docutils/docs/user/latex.txt
+++ b/docutils/docs/user/latex.txt
@@ -273,11 +273,11 @@ expected output:
standalone_rst_latex.tex_
.. _standalone_rst_latex.txt:
- https://sf.net/p/docutils/code/HEAD/tree/trunk/docutils/test/functional/input/standalone_rst_latex.txt
+ https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/test/functional/input/standalone_rst_latex.txt
.. _tests/functional/input/data:
- https://sf.net/p/docutils/code/HEAD/tree/trunk/docutils/test/functional/input/data
+ https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/test/functional/input/data
.. _standalone_rst_latex.tex:
- https://sf.net/p/docutils/code/HEAD/tree/trunk/docutils/test/functional/expected/standalone_rst_latex.tex?format=raw
+ https://sourceforge.net/p/docutils/code/HEAD/tree/trunk/docutils/test/functional/expected/standalone_rst_latex.tex
.. _style sheet:
diff --git a/docutils/docs/user/links.txt b/docutils/docs/user/links.txt
index 6b3e0be44..f43353e7c 100644
--- a/docutils/docs/user/links.txt
+++ b/docutils/docs/user/links.txt
@@ -47,11 +47,11 @@ Advanced text editors with reStructuredText support, IDEs, and docutils GUIs:
plugin to take notes in reStructured text.
* `JED <http://www.jedsoft.org/jed/>`__ programmers editor with
- `rst mode <http://jedmodes.sf.net/mode/rst/>`__
+ `rst mode <https://jedmodes.sourceforge.io/mode/rst/>`__
* `reStructuredText editor plug-in for Eclipse`__
- __ http://resteditor.sf.net/
+ __ http://http://resteditor.sourceforge.net/
* Gnome's gedit offers syntax highlighting and a reST preview pane.
diff --git a/docutils/docs/user/mailing-lists.txt b/docutils/docs/user/mailing-lists.txt
index e9dffb906..429cb9f07 100644
--- a/docutils/docs/user/mailing-lists.txt
+++ b/docutils/docs/user/mailing-lists.txt
@@ -122,7 +122,7 @@ page and select the "Docutils core" topic.
__ `Docutils-checkins list`_
__ nntp://news.gmane.org/gmane.text.docutils.cvs
-.. _list options: http://lists.sf.net/lists/options/docutils-checkins
+.. _list options: https://lists.sourceforge.net/lists/options/docutils-checkins
Doc-SIG
-------
diff --git a/docutils/docs/user/slide-shows.txt b/docutils/docs/user/slide-shows.txt
index 58eb0e4fc..12979170c 100644
--- a/docutils/docs/user/slide-shows.txt
+++ b/docutils/docs/user/slide-shows.txt
@@ -989,7 +989,7 @@ That's All, Folks!
https://docutils.sourceforge.io
Docutils users' mailing list:
- docutils-users@lists.sf.net
+ docutils-users@lists.sourceforge.net
`Any questions?`