You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2021/12/14 17:53:02 UTC

[royale-docs] branch master updated: Fixed links

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 c4d1154  Fixed links
c4d1154 is described below

commit c4d115419ff4d23d0906e788c3da80c69b0e950d
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Dec 14 19:50:44 2021 +0200

    Fixed links
---
 _data/toc.json                                         | 8 ++++----
 compiler/compiler-options.md                           | 4 ++--
 features/{actionscript => as3}/abstract-classes.md     | 0
 features/{actionscript => as3}/code-conventions.md     | 0
 features/{actionscript => as3}/metadata.md             | 0
 features/{actionscript => as3}/private-constructors.md | 0
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_data/toc.json b/_data/toc.json
index 040489c..dac3ab8 100644
--- a/_data/toc.json
+++ b/_data/toc.json
@@ -50,16 +50,16 @@
                     "path": "features/as3.md",
                     "children": [
                         {
-                            "path": "features/actionscript/code-conventions.md"
+                            "path": "features/as3/code-conventions.md"
                         },
                         {
-                            "path": "features/actionscript/metadata.md"
+                            "path": "features/as3/metadata.md"
                         },
                         {
-                            "path": "features/actionscript/abstract-classes.md"
+                            "path": "features/as3/abstract-classes.md"
                         },
                         {
-                            "path": "features/actionscript/private-constructors.md"
+                            "path": "features/as3/private-constructors.md"
                         }
                     ]
                 },
diff --git a/compiler/compiler-options.md b/compiler/compiler-options.md
index 22c856e..e396454 100644
--- a/compiler/compiler-options.md
+++ b/compiler/compiler-options.md
@@ -85,7 +85,7 @@ You can use these options to reduce the size of your compiled application:
 
 ### allow-abstract-classes {#allow-abstract-classes}
 
-Determines if the `abstract` modifier may be used with classes. For more details, see [Abstract Classes in ActionScript](features/actionscript/abstract-classes.html).
+Determines if the `abstract` modifier may be used with classes. For more details, see [Abstract Classes in ActionScript](features/as3/abstract-classes).
 
 ```sh
 -allow-abstract-classes
@@ -101,7 +101,7 @@ Determines if alias syntax for for imported symbols is allowed or not.
 
 ### allow-private-constructors {#allow-private-constructors}
 
-Determines if the `private` namespace may be used with class constructors. For more details, see [Private Constructors in ActionScript](features/actionscript/private-constructors.html).
+Determines if the `private` namespace may be used with class constructors. For more details, see [Private Constructors in ActionScript](features/as3/private-constructors).
 
 ```sh
 -allow-private-constructors
diff --git a/features/actionscript/abstract-classes.md b/features/as3/abstract-classes.md
similarity index 100%
rename from features/actionscript/abstract-classes.md
rename to features/as3/abstract-classes.md
diff --git a/features/actionscript/code-conventions.md b/features/as3/code-conventions.md
similarity index 100%
rename from features/actionscript/code-conventions.md
rename to features/as3/code-conventions.md
diff --git a/features/actionscript/metadata.md b/features/as3/metadata.md
similarity index 100%
rename from features/actionscript/metadata.md
rename to features/as3/metadata.md
diff --git a/features/actionscript/private-constructors.md b/features/as3/private-constructors.md
similarity index 100%
rename from features/actionscript/private-constructors.md
rename to features/as3/private-constructors.md