Skip to content

Commit 830cf77

Browse files
authored
Fix URL for RST documentation installation (.net -> .io)
1 parent e8de43e commit 830cf77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ you wish to run the library. You can also run `script/bootstrap` to fetch them a
2525
* [.org](http://orgmode.org/) -- `gem install org-ruby` (https://github.com/wallyqs/org-ruby)
2626
* [.creole](http://wikicreole.org/) -- `gem install creole` (https://github.com/larsch/creole)
2727
* [.mediawiki, .wiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth` (https://github.com/nricciar/wikicloth)
28-
* [.rst](http://docutils.sourceforge.net/rst.html) -- `pip install docutils`
28+
* [.rst](http://docutils.sourceforge.io/rst.html) -- `pip install docutils`
2929
* [.asciidoc, .adoc, .asc](http://asciidoc.org/) -- `gem install asciidoctor` (http://asciidoctor.org)
3030
* [.pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::XHTML`
3131
comes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN.

0 commit comments

Comments
 (0)