From ad0fb434b06e31f7c608a68ee4fb1b3ffbba4335 Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Wed, 29 Aug 2018 23:19:28 -0400 Subject: update links on haxe.html.markdown --- haxe.html.markdown | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'haxe.html.markdown') diff --git a/haxe.html.markdown b/haxe.html.markdown index df2a1e78..98fb3033 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -771,18 +771,17 @@ 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](http://haxe.org/manual), the [online API](http://api.haxe.org/), and -"haxelib", the [haxe library repo] (http://lib.haxe.org/). +manual](https://haxe.org/manual), the [online API docs](https://api.haxe.org/), and +"haxelib", the [haxe library repo](https://lib.haxe.org/). For more advanced topics, consider checking out: -* [Abstract types](http://haxe.org/manual/abstracts) -* [Macros](http://haxe.org/manual/macros), and [Compiler Macros](http://haxe.org/manual/macros_compiler) -* [Tips and Tricks](http://haxe.org/manual/tips_and_tricks) - - -Finally, please join us on [the mailing list](https://groups.google.com/forum/#!forum/haxelang), on IRC [#haxe on -freenode](http://webchat.freenode.net/), or on -[Google+](https://plus.google.com/communities/103302587329918132234). +* [Abstract types](https://haxe.org/manual/types-abstract.html) +* [Macros](https://haxe.org/manual/macro.html) +* [Compiler Features](https://haxe.org/manual/cr-features.html) +Finally, please join us on [the Haxe forum](https://community.haxe.org/), +on IRC [#haxe on +freenode](http://webchat.freenode.net/), or on the +[Haxe Gitter chat](https://gitter.im/HaxeFoundation/haxe). -- cgit v1.2.3 From 60eac5d50054ddae92bd23fb51f3acc1c306a762 Mon Sep 17 00:00:00 2001 From: John Gabriele Date: Wed, 29 Aug 2018 23:52:31 -0400 Subject: Update haxe.html.markdown Better wording for the "see also" links. --- haxe.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'haxe.html.markdown') 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: -- cgit v1.2.3