summaryrefslogtreecommitdiffhomepage
path: root/hack.html.markdown
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-02-18 13:23:12 -0600
committerLevi Bostian <levi.bostian@gmail.com>2015-02-18 13:23:12 -0600
commitba88ba15abb0661364fe34709f497776dd1dd0a5 (patch)
tree1d7a6e42210eeb56822594eefa66c92fbc1153fa /hack.html.markdown
parent07661ef0895836a35c37c4b7095851b0a47f55b1 (diff)
parent177b51a3317cf1e6b55ec3e9439bc6b866440e41 (diff)
Merge pull request #967 from stecman/hack-relative-url-fix
[hack/en] Fix link to other learnxinyminutes article
Diffstat (limited to 'hack.html.markdown')
-rw-r--r--hack.html.markdown6
1 files 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
<?hh
@@ -303,5 +303,5 @@ for more general information.
Visit the [official HHVM website](http://hhvm.com/) for HHVM installation instructions.
-Visit [Hack's unsupported PHP features article](http://docs.hhvm.com/manual/en/hack.unsupported.php).]
-for details on the backwards incompatibility between Hack and PHP. \ No newline at end of file
+Visit [Hack's unsupported PHP features article](http://docs.hhvm.com/manual/en/hack.unsupported.php)
+for details on the backwards incompatibility between Hack and PHP.