You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/07/07 18:15:52 UTC

[royale-docs] branch master updated: fix two bad links to hello world

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 13e0c2b  fix two bad links to hello world
13e0c2b is described below

commit 13e0c2bf8a1a3e37ef22c9e81a164642f6fbb306
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Jul 7 20:15:46 2019 +0200

    fix two bad links to hello world
---
 get-started.md                   | 2 +-
 get-started/development-tools.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/get-started.md b/get-started.md
index 8849902..869154d 100644
--- a/get-started.md
+++ b/get-started.md
@@ -52,7 +52,7 @@ Download the binary package of Royale from our Download page and set it up to us
 
 Follow the instructions for your IDE to create your first “Hello World” application. You can also check out:
 
-[Hello World]get-started/hello-world.html) - Build Hello World in Royale.
+[Hello World](get-started/hello-world.html) - Build Hello World in Royale.
 
 
 ## Where to go from here
diff --git a/get-started/development-tools.md b/get-started/development-tools.md
index cccd7d9..1b14092 100644
--- a/get-started/development-tools.md
+++ b/get-started/development-tools.md
@@ -43,7 +43,7 @@ IDEs that support Apache Royale provide getting-started instructions to help you
 
 ## Command-line scripts
 
-To run the compiler, run the js/bin/mxmlc tool in the Royale SDK. The [Download Royale]get-started/download-royale.html) and [Hello World]get-started/hello-world.html) sections provide guidance about how to use the compiler.
+To run the compiler, run the js/bin/mxmlc tool in the Royale SDK. The [Download Royale]get-started/download-royale.html) and [Hello World](get-started/hello-world.html) sections provide guidance about how to use the compiler.
 
 Royale provides [Royale CLI]get-started/royale-cli.html), a tool to simplify creating and compiling applications for those using <a href="https://www.npmjs.com/" target="_blank">npm</a>.