From 79a94f746b4971af4b10416761b779c8a431ed04 Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 27 Jan 2022 11:02:58 +0100 Subject: [PATCH] docs: update documentation links in readme --- README.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5f44bba5cd2..0778edc9993 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,12 @@ your application code into an efficient native executable for each target mobile - [x] Support for Web Views incorporating HTML5, CSS etc. - [x] Completely extensible via Module API and Hyperloop for building your own controls or extending capabilities -And much, much more (see our [Documentation](http://docs.appcelerator.com/platform/latest/#!/api/Titanium) for more infos). +And much, much more (see our [Documentation](https://titaniumsdk.com/) for more infos). ## Hyperloop Use Hyperloop, our latest addition to the Appcelerator Platform, to extend your Titanium apps by native API's using -JavaScript. Prior to Hyperloop, you would use [native modules](http://docs.appcelerator.com/platform/latest/#!/guide/Titanium_Module_Concepts) to extend the Titanium API. With +JavaScript. Prior to Hyperloop, you would use [native modules](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_How-tos/Extending_Titanium_Mobile/Titanium_Module_Concepts.html) to extend the Titanium API. With Hyperloop, you are now able to implement native classes, 3rd-Party libraries (Cocoapods, local frameworks, .aar files) and more directly into your apps. Hyperloop is available for iOS, Android and Windows Phone (Tech Preview). @@ -124,11 +124,11 @@ var view = new View(activity); ### Getting Started -Check out our [Hyperloop Sample App](https://github.com/appcelerator/hyperloop-examples) and [Hyperloop Programming Guide](http://docs.appcelerator.com/platform/latest/#!/guide/Hyperloop) to get started with Hyperloop today! +Check out our [Hyperloop Sample App](https://github.com/appcelerator/hyperloop-examples) and [Hyperloop Programming Guide](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Hyperloop/) to get started with Hyperloop today! ## Alloy -[Alloy](http://docs.appcelerator.com/platform/latest/#!/guide/Alloy_Getting_Started) is the MVC application framework built +[Alloy](https://titaniumsdk.com/guide/Alloy_Framework/Alloy_Getting_Started.html) is the MVC application framework built on top of Titanium. It is optional. It rocks. Check it out if you're considering using Titanium. It is also a separate [open source project](https://github.com/appcelerator/alloy) available under Apache Public License. @@ -174,18 +174,9 @@ There are a number of ways to get help with Titanium. ### Official Documentation, Tutorials and Videos -Please visit the official documentation site at [http://docs.appcelerator.com/](http://docs.appcelerator.com/) for the latest and historical documentation on Titanium, Alloy and the various products built by Appcelerator. +Please visit the official documentation site at [https://titaniumsdk.com/](https://titaniumsdk.com/) for the latest and historical documentation on Titanium, Alloy and the various products built by Appcelerator. -### Developer Community - -[Appcelerator Developer](https://developer.axway.com/) is our developer community. - -### Video Tutorials - -[Appcelerator University](http://university.appcelerator.com/) is our main video channel -for video tutorials on Titanium. - -### Slack +### Slack / Developer Community Community support and discussion about Titanium is available on Slack at [TiSlack](http://www.tislack.org).