From 830cf770968572cf2d4e1409ed9fab909e6925c7 Mon Sep 17 00:00:00 2001 From: Griffon Langyer <146424306+rfon6ngy@users.noreply.github.com> Date: Sun, 14 Jun 2026 02:40:48 +0200 Subject: [PATCH] Fix URL for RST documentation installation (.net -> .io) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12188dcb..054fef52 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ you wish to run the library. You can also run `script/bootstrap` to fetch them a * [.org](http://orgmode.org/) -- `gem install org-ruby` (https://github.com/wallyqs/org-ruby) * [.creole](http://wikicreole.org/) -- `gem install creole` (https://github.com/larsch/creole) * [.mediawiki, .wiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth` (https://github.com/nricciar/wikicloth) -* [.rst](http://docutils.sourceforge.net/rst.html) -- `pip install docutils` +* [.rst](http://docutils.sourceforge.io/rst.html) -- `pip install docutils` * [.asciidoc, .adoc, .asc](http://asciidoc.org/) -- `gem install asciidoctor` (http://asciidoctor.org) * [.pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::XHTML` comes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN.