This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flex-site.git
commit bbd1d87d808468aed6925a8e1936814024a49b30 Author: Josh Tynjala <[email protected]> AuthorDate: Wed Jun 25 09:46:57 2025 -0700 update some references to FlexJS to point to Royale instead --- content/dev-sourcecode.md | 8 ++++---- content/download-flexjs.md | 4 +++- theme/apache/templates/base.html | 1 - 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/dev-sourcecode.md b/content/dev-sourcecode.md index 23a48ffd4..844c6c55b 100644 --- a/content/dev-sourcecode.md +++ b/content/dev-sourcecode.md @@ -17,13 +17,13 @@ If you are looking for the cutting edge development branch of the Flex SDK: See the README at the root of the sdk for further details on how to set it up. -If you are looking for the FlexJS™ SDK: +If you are looking for the FlexJS™ SDK, it has now become the [Royale](https://royale.apache.org/) SDK: - git clone https://git-wip-us.apache.org/repos/asf/flex-asjs.git flex-asjs + git clone https://github.com/apache/royale-asjs.git royale-asjs -If you are looking for the Flex "Falcon" Compiler: +If you are looking for the Flex "Falcon" Compiler, it has become the [Royale](https://royale.apache.org/) Compiler: - git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git flex-falcon + git clone https://github.com/apache/royale-compiler.git royale-compiler If you are looking for the TLF Project: diff --git a/content/download-flexjs.md b/content/download-flexjs.md index 57371b5e0..4c72203a5 100644 --- a/content/download-flexjs.md +++ b/content/download-flexjs.md @@ -1,4 +1,6 @@ -Title: Download Apache FlexJS +Title: Download Apache + +> **NOTE:** Apache FlexJS has taken things to the next level, and it has now become its own separate ASF project under a new name: [**Apache Royale**](https://royale.apache.org/). Please visit [royale.apache.org](https://royale.apache.org/) to download the latest version of our next generation framework and compiler for ActionScript and MXML that can build rich, single-page applications for JavaScript in web browsers without requiring the Flash Player plug-in. Use the links below to download the Apache FlexJS™ 0.8.0 ‘beta’ release from one of our mirrors. You must verify the integrity of the downloaded files using signatures downloaded from this page. diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 9b3348aa5..3686eb8f4 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -117,7 +117,6 @@ <li><a href="/doc-getstarted.html">Getting Started</a></li> <li><a href="/doc-videos.html">Videos</a></li> <li><a href="/asdoc/">Flex ASDocs</a></li> - <li><a href="http://apacheflexbuild.cloudapp.net:8080/job/FlexJS_ASDoc_Example/lastSuccessfulBuild/artifact/examples/flexjs/ASDoc/bin/js-debug/index.html">FlexJS ASDocs</a></li> <li><a href="http://help.adobe.com/en_US/flex/using/index.html">Documentation Reference (Old) <i class="icon-share icon-white"></i></a></li> <li><a href="/flexunit/tutorial/">FlexUnit Tutorials</a></li> <li><a href="/flexunit/asdoc/">FlexUnit ASDocs</a></li>
