From 177b51a3317cf1e6b55ec3e9439bc6b866440e41 Mon Sep 17 00:00:00 2001 From: Stephen Holdaway Date: Wed, 18 Feb 2015 19:23:58 +1300 Subject: [PATCH] [hack/en] Fix link to other learnxinyminutes article I had assumed a relative link to another markdown file in this project would work, but it renders as: http://learnxinyminutes.com/docs/hack/php.html.markdown instead of the desired: http://learnxinyminutes.com/docs/php/ I've replaced this relative link with an absolute link to where the target page is located on the published site. This commit also fixes a typo in markdown syntax at the end of the document. --- hack.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hack.html.markdown b/hack.html.markdown index dd163362..632fc705 100644 --- a/hack.html.markdown +++ b/hack.html.markdown @@ -11,7 +11,7 @@ useful features from statically typed languages. Only Hack-specific features are covered here. Details about PHP's syntax are -available in the [PHP article](php.html.markdown). +available in the [PHP article](http://learnxinyminutes.com/docs/php/) on this site. ```php