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 8573e9a   fix the relative path, should not be start with /
     new 4a9219f  Merge pull request #27 from yestaro/patch-2
8573e9a is described below

commit 8573e9a513d0e18fc1d8f91b7667792978189b5d
Author: yestaro <yest...@gmail.com>
AuthorDate: Sun Dec 27 15:28:58 2020 +0800

     fix the relative path, should not be start with /
---
 frameworks-and-libraries.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/frameworks-and-libraries.md b/frameworks-and-libraries.md
index 7ba9121..2fabeae 100644
--- a/frameworks-and-libraries.md
+++ b/frameworks-and-libraries.md
@@ -39,11 +39,11 @@ Apache Royale itself is a framework. It can play well with 
other frameworks to h
 
 ## Libraries
 
-* There are a large number of [ActionScript3](/features/as3) libraries that 
should "just work" when you import them into your Royale application. Others 
may need adjustment if they presume that your application will run on Flash, 
not in a modern browser.
-* Use the [ExternalInterface](/features/external-interface) class to connect 
with and use external JavaScript libraries in your Royale project.
-* An even more robust method for connecting with and using external JavaScript 
libraries is [externs](/features/externs).
-* Use Adobe's [Spectrum with Royale](/libraries/spectrum-royale). Spectrum 
supports large application ecosystems.
-* You can use [Material Design Lite (MDL) with Royale](/libraries/mdl-royale). 
MDL is a library/CSS structure that follows the Material Design principles that 
Google developed.
+* There are a large number of [ActionScript3](features/as3) libraries that 
should "just work" when you import them into your Royale application. Others 
may need adjustment if they presume that your application will run on Flash, 
not in a modern browser.
+* Use the [ExternalInterface](features/external-interface) class to connect 
with and use external JavaScript libraries in your Royale project.
+* An even more robust method for connecting with and using external JavaScript 
libraries is [externs](features/externs).
+* Use Adobe's [Spectrum with Royale](libraries/spectrum-royale). Spectrum 
supports large application ecosystems.
+* You can use [Material Design Lite (MDL) with Royale](libraries/mdl-royale). 
MDL is a library/CSS structure that follows the Material Design principles that 
Google developed.
 
 See a working example of [Using external JavaScript libraries in Apache 
Royale](https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/){:target="_blank"}.
 

Reply via email to