Fixed two broken links in README.md

The textile site was shut down a few years ago, better refer to wiki for format details.
This commit is contained in:
Umberto Raimondi
2015-03-13 14:28:04 +01:00
parent 6fc3b4be75
commit cc39b0aa41
+2 -2
View File
@@ -53,14 +53,14 @@ separately install the necessary dependencies for each format. You only need
to install the dependencies for the formats that you plan to use. to install the dependencies for the formats that you plan to use.
* [AsciiDoc](http://asciidoctor.org) -- `gem install asciidoctor` * [AsciiDoc](http://asciidoctor.org) -- `gem install asciidoctor`
* [Creole](http://wikicreole.org/) -- `gem install creole` * [Creole](http://www.wikicreole.org/) -- `gem install creole`
* [Markdown](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` * [Markdown](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet`
* [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) -- `gem install github-markdown` * [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) -- `gem install github-markdown`
* [Org](http://orgmode.org/) -- `gem install org-ruby` * [Org](http://orgmode.org/) -- `gem install org-ruby`
* [Pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::HTML` comes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN. * [Pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::HTML` comes with Perl >= 5.10. Lower versions should install Pod::Simple from CPAN.
* [RDoc](http://rdoc.sourceforge.net/) * [RDoc](http://rdoc.sourceforge.net/)
* [ReStructuredText](http://docutils.sourceforge.net/rst.html) -- `easy_install docutils` * [ReStructuredText](http://docutils.sourceforge.net/rst.html) -- `easy_install docutils`
* [Textile](http://www.textism.com/tools/textile/) -- `gem install RedCloth` * [Textile](http://en.wikipedia.org/wiki/Textile_(markup_language)) -- `gem install RedCloth`
* [MediaWiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth` * [MediaWiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth`
[bundler]: http://gembundler.com/ [bundler]: http://gembundler.com/