You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2019/12/11 15:00:13 UTC

[royale-asjs.wiki] branch master updated: Fix broken linke to getting started - download page.

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 10a2828  Fix broken linke to getting started - download page.
10a2828 is described below

commit 10a28282b3bcf7c89c28c00d60609393668139ef
Author: yishayw <yi...@hotmail.com>
AuthorDate: Wed Dec 11 17:00:07 2019 +0200

    Fix broken linke to getting started - download page.
---
 Generating-an-API-Report.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Generating-an-API-Report.md b/Generating-an-API-Report.md
index 2dd58a4..375ddde 100644
--- a/Generating-an-API-Report.md
+++ b/Generating-an-API-Report.md
@@ -6,7 +6,7 @@ To generate an API Report for your application, it is best if you can build your
 <path to Flex SDK>/bin/mxmlc -library-path+=<third-party-library>.swc <path to main MXML File>/MyApp.mxml
 ```
 
-Once you get a successful compile, then download and set up a Royale SDK by following the instructions on [this page](https://apache.github.io/royale-docs/Welcome/Get_Started/Download-Royale.html).  Then run the same compiler in the Royale SDK but with the -api-report option, such as:
+Once you get a successful compile, then download and set up a Royale SDK by following the instructions on [this page](https://apache.github.io/royale-docs/get-started/download-royale).  Then run the same compiler in the Royale SDK but with the -api-report option, such as:
 
 ```
 <path to Royale SDK>/royale-asjs/bin/mxmlc -library-path+=<third-party-library>.swc -api-report=<file to contain report output> -load-config=<path to Apache Flex SDK>/frameworks/flex-config.xml <path to main MXML File>/MyApp.mxml