From 60eac5d50054ddae92bd23fb51f3acc1c306a762 Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Wed, 29 Aug 2018 23:52:31 -0400 Subject: [PATCH] Update haxe.html.markdown Better wording for the "see also" links. --- haxe.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haxe.html.markdown b/haxe.html.markdown index 98fb3033..afb9d1a3 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -770,9 +770,9 @@ class UsingExample { ``` We're still only scratching the surface here of what Haxe can do. For a formal -overview of all Haxe features, checkout the [online -manual](https://haxe.org/manual), the [online API docs](https://api.haxe.org/), and -"haxelib", the [haxe library repo](https://lib.haxe.org/). +overview of all Haxe features, see the [manual](https://haxe.org/manual) and +the [API docs](https://api.haxe.org/). For a comprehensive directory of available +third-party Haxe libraries, see [Haxelib](https://lib.haxe.org/). For more advanced topics, consider checking out: