From cc39b0aa41bd68992fafdc7baaab8b7dffeb1597 Mon Sep 17 00:00:00 2001 From: Umberto Raimondi Date: Fri, 13 Mar 2015 14:28:04 +0100 Subject: [PATCH] Fixed two broken links in README.md The textile site was shut down a few years ago, better refer to wiki for format details. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 860840b2..7416f03c 100644 --- a/README.md +++ b/README.md @@ -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. * [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` * [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) -- `gem install github-markdown` * [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. * [RDoc](http://rdoc.sourceforge.net/) * [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` [bundler]: http://gembundler.com/