From b74b2c4399d5796a42656c2167e9038f72e6e2da Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 27 Feb 2013 22:39:06 -0600 Subject: [PATCH] Update the GFM link in the README github.github.com/github-flavored-markdown shows a different version of the page for a split second, and then redirects to https://help.github.com/articles/github-flavored-markdown so let's just point there directly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1edb5723..6ab01eb3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ to install the dependencies for the formats that you plan to use. * [ASCIIDoc](http://www.methods.co.nz/asciidoc/) -- `brew install asciidoc` on mac or `apt-get install -y asciidoc` on Ubuntu * [Creole](http://wikicreole.org/) -- `gem install creole` * [Markdown](http://daringfireball.net/projects/markdown/) -- `gem install redcarpet` -* [GitHub Flavored Markdown](http://github.github.com/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` * [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/)