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

harbs 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 d23ee49  fixed link
d23ee49 is described below

commit d23ee49d0b365aead87ea8aee2e8a1f687aa5438
Author: Harbs <[email protected]>
AuthorDate: Tue Dec 14 14:46:41 2021 +0200

    fixed link
---
 libraries/library-basics.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/library-basics.md b/libraries/library-basics.md
index 0b655e9..780fc92 100644
--- a/libraries/library-basics.md
+++ b/libraries/library-basics.md
@@ -39,7 +39,7 @@ There is no obvious way to tell the difference. Both have a 
`.swc` extension, al
 ### Compiled Code Libraries
 Compiled code libraries are libraries which contain code that will end up in 
your compiled application (assuming you use that code). These can be code that 
you might use internally across multiple projects, or it can be a library that 
was compiled by someone else. Much of the Royale framework is compiled into 
`swc` files that are used in applications.
 
-Compiled code libraries are created using the `compc` compiler. [See here for 
detailed instructions on how to create one.](compiled-code-libraries)
+Compiled code libraries are created using the `compc` compiler. [See here for 
detailed instructions on how to create one.](libraries/compiled-code-libraries)
 
 ### Typedef libraries
 Typedef libraries are libraries which define the types of different classes, 
but contain no code that would be added to an application. Typedef libraries 
are used for core Web APIs and third party javascript libraries which could be 
included in applications as separate javascript files (such as jQuery). Typedef 
libraries are similar to Typescript `d.ts` files.

Reply via email to