You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/23 05:50:25 UTC

[royale-docs] branch develop updated: keep playing with relative urls

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 39acb65  keep playing with relative urls
39acb65 is described below

commit 39acb65749ff12e2d859e550b2a008a8adb9c7e4
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Jan 22 21:50:10 2018 -0800

    keep playing with relative urls
---
 _layouts/docpage.html | 56 +++++++++++++++++++++++++--------------------------
 index.md              | 12 +++++------
 2 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index d593c72..87fd426 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -22,7 +22,7 @@ limitations under the License.
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
 <link rel="stylesheet" href="{{ site.baseurl }}/royalesite.css" />
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<base href="{{ site.baseurl }}" />
+<base href="{{ site.baseurl }}/" />
 <title>{{page.title}}</title>
 </head>
 
@@ -86,43 +86,43 @@ limitations under the License.
 <p class="tagline">Designed for the future.  Code Once.  Run Everywhere.</p>
 <div class="toc_and_doc">
   <div class="toc" id="toc">
-    <a id="welcome" class="toc_entry" href="/index.html">Welcome to Apache Royale</a>
+    <a id="welcome" class="toc_entry" href="index.html">Welcome to Apache Royale</a>
     <div id="welcome_menu" class="menu_div" style="display: {{ welcome_menu_open }}">
-      <a id="high_level_view" class="toc_entry" href="/Welcome/High%20Level%20View.html">High Level View</a>
-      <a id="features_and_concepts" class="toc_entry" href="/Welcome/Features%20and%20Concepts.html">Features and Concepts</a>
+      <a id="high_level_view" class="toc_entry" href="Welcome/High%20Level%20View.html">High Level View</a>
+      <a id="features_and_concepts" class="toc_entry" href="Welcome/Features%20and%20Concepts.html">Features and Concepts</a>
       <div id="features_and_concepts_menu" class="menu_div2" style="display: {{ features_menu_open }}">
-        <a id="as3" class="toc_entry2" href="/Welcome/Features/AS3.html">AS3</a>
-        <a id="mxml" class="toc_entry2" href="/Welcome/Features/MXML.html">MXML</a>
-        <a id="payg" class="toc_entry2" href="/Welcome/Features/PAYG.html">PAYG</a>
-        <a id="strands_and_beads" class="toc_entry2" href="/Welcome/Features/Strands%20And%20Beads.html">Strand and Beads</a>
+        <a id="as3" class="toc_entry2" href="Welcome/Features/AS3.html">AS3</a>
+        <a id="mxml" class="toc_entry2" href="Welcome/Features/MXML.html">MXML</a>
+        <a id="payg" class="toc_entry2" href="Welcome/Features/PAYG.html">PAYG</a>
+        <a id="strands_and_beads" class="toc_entry2" href="Welcome/Features/Strands%20And%20Beads.html">Strand and Beads</a>
       </div>
-      <a id="what_royale_and_you_can_do" class="toc_entry" href="/Welcome/What%20Royale%20and%20You%20Can%20Do.html">What Royale and You Can Do</a>
-      <a id="a_bit_of_history" class="toc_entry" href="/Welcome/A%20Bit%20of%20History.html">A Bit of History</a>
-      <a id="licenses_and_policies" class="toc_entry" href="/Welcome/Licenses%20and%20Policies.html">Licenses and Policies</a>
-      <a id="get_involved" class="toc_entry" href="/Welcome/Get%20Involved.html">Get Involved!</a>
+      <a id="what_royale_and_you_can_do" class="toc_entry" href="Welcome/What%20Royale%20and%20You%20Can%20Do.html">What Royale and You Can Do</a>
+      <a id="a_bit_of_history" class="toc_entry" href="Welcome/A%20Bit%20of%20History.html">A Bit of History</a>
+      <a id="licenses_and_policies" class="toc_entry" href="Welcome/Licenses%20and%20Policies.html">Licenses and Policies</a>
+      <a id="get_involved" class="toc_entry" href="Welcome/Get%20Involved.html">Get Involved!</a>
       <div id="get_involved_menu" class="menu_div2" style="display: {{ involved_menu_open }}">
-        <a id="the_royale_team" class="toc_entry2" href="/Welcome/GetInvolved/The%20%Royale%20Team.html">The Royale Team</a>
-        <a id="the_apache_community" class="toc_entry2" href="/Welcome/GetInvolved/The%20Apache%20Community.html">The Apache Community</a>
+        <a id="the_royale_team" class="toc_entry2" href="Welcome/GetInvolved/The%20%Royale%20Team.html">The Royale Team</a>
+        <a id="the_apache_community" class="toc_entry2" href="Welcome/GetInvolved/The%20Apache%20Community.html">The Apache Community</a>
       </div>
     </div>
-    <a id="get_started" class="toc_entry" href="/Get%20Started.html">Get Started</a>
+    <a id="get_started" class="toc_entry" href="Get%20Started.html">Get Started</a>
     <div id="get_started_menu" class="menu_div" style="display: {{ started_menu_open }}">
-      <a id="system_requirements" class="toc_entry" href="/GetStarted/System%20Requirements.html">System Requirements</a>
-      <a id="development_tools" class="toc_entry" href="/GetStarted/Development%20Tools.html">Development Tools</a>
-      <a id="frameworks" class="toc_entry" href="/GetStarted/Frameworks.html">Frameworks</a>
-      <a id="download_royale" class="toc_entry" href="/GetStarted/Download%20Royale.html">Download Royale</a>
-      <a id="hello_world" class="toc_entry" href="/GetStarted/Hello%20World.html">Hello, World!</a>
+      <a id="system_requirements" class="toc_entry" href="GetStarted/System%20Requirements.html">System Requirements</a>
+      <a id="development_tools" class="toc_entry" href="GetStarted/Development%20Tools.html">Development Tools</a>
+      <a id="frameworks" class="toc_entry" href="GetStarted/Frameworks.html">Frameworks</a>
+      <a id="download_royale" class="toc_entry" href="GetStarted/Download%20Royale.html">Download Royale</a>
+      <a id="hello_world" class="toc_entry" href="GetStarted/Hello%20World.html">Hello, World!</a>
     </div>
-    <a id="create_an_application" class="toc_entry" href="/Create%20An%20Application.html">Create an Application</a>
+    <a id="create_an_application" class="toc_entry" href="Create%20An%20Application.html">Create an Application</a>
     <div id="create_an_application_menu" class="menu_div" style="display: {{ app_menu_open }}">
-      <a id="application_lifecycle" class="toc_entry" href="/CreateAnApplication/Application%20Lifecycle.html">Application Lifecycle</a>
+      <a id="application_lifecycle" class="toc_entry" href="CreateAnApplication/Application%20Lifecycle.html">Application Lifecycle</a>
       <div id="application_lifecycle_menu" class="menu_div2" style="display: {{ lifecycle_menu_open}}">
-        <a id="design" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Design.html">Design</a>
-        <a id="configure" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Configure.html">Configure</a>
-        <a id="build" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Build.html">Build</a>
-        <a id="deploy" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Deploy.html">Deploy</a>
-        <a id="secure" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Secure.html">Secure</a>
-        <a id="maintain" class="toc_entry2" href="/CreateAnApplication/ApplicationLIfecycle/Maintain.html">Maintain</a>
+        <a id="design" class="toc_entry2" href="CreateAnApplication/ApplicationLIfecycle/Design.html">Design</a>
+        <a id="configure" class="toc_entry2" href="CreateAnApplication/ApplicationLIfecycle/Configure.html">Configure</a>
+        <a id="build" class="toc_entry2" href="CreateAnApplication/ApplicationLIfecycle/Build.html">Build</a>
+        <a id="deploy" class="toc_entry2" href="CreateAnApplication/ApplicationLIfecycle/Deploy.html">Deploy</a>
+        <a id="secure" class="toc_entry2" href="CreateAnApplication/ApplicationLIfecycle/Secure.html">Secure</a>
+        <a id="maintain" class="toc_entry2" href="CreateAnApplication/ApplicationLIfecycle/Maintain.html">Maintain</a>
       </div>
     </div>
   </div>
diff --git a/index.md b/index.md
index 39a7d24..a637427 100644
--- a/index.md
+++ b/index.md
@@ -9,14 +9,14 @@ This is the main documentation for Apache Royale.  If you are looking for the AP
 
 This document is divided into several sections:
 
-[High Level View](/Welcome/High%20Level%20View.html) gives an overview of Royale.
+[High Level View](Welcome/High%20Level%20View.html) gives an overview of Royale.
 
-[Features and Concepts](/Welcome/Features%20and%20Concepts.html) explains the main features of Royale and some concepts that might help you be more productive.
+[Features and Concepts](Welcome/Features%20and%20Concepts.html) explains the main features of Royale and some concepts that might help you be more productive.
 
-[What Royale and You Can Do](/Welcome/What%20Royale%20and%20You%20Can%20Do.html) gives an overview of some apps that have been built with Royale.
+[What Royale and You Can Do](Welcome/What%20Royale%20and%20You%20Can%20Do.html) gives an overview of some apps that have been built with Royale.
 
-[A Bit of History](/Welcome/A%20Bit%20of%20History.html) provides a brief background on how Royale came to be.
+[A Bit of History](Welcome/A%20Bit%20of%20History.html) provides a brief background on how Royale came to be.
 
-[Licenses and Policies](/Welcome/Licenses%20and%20Policies.html) contains the fine print.
+[Licenses and Policies](Welcome/Licenses%20and%20Policies.html) contains the fine print.
 
-[Get Involved](/Welcome/Get%20Involved.html) explains how you can contribute to the future of Royale.
+[Get Involved](Welcome/Get%20Involved.html) explains how you can contribute to the future of Royale.

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.