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/25 20:55:41 UTC

[royale-docs] 04/06: Application Structure tweaks

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

commit 8bc59f7f376c665150bd1d5e9e4782206787b8e7
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Jan 25 11:09:19 2018 -0800

    Application Structure tweaks
---
 _layouts/docpage.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index a9d1201..73e06b5 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -188,7 +188,7 @@ limitations under the License.
     {% when "Maintain" %}
       {% assign maintain = "none" %}
       {% assign label_maintain = "inline" %}
-    {% when "Structure" %}
+    {% when "Application structure" %}
       {% assign structure = "none" %}
       {% assign label_structure = "inline" %}
 {% endcase %}
@@ -349,8 +349,8 @@ limitations under the License.
         </div>
       </div>
       <div class="toc_entry" >
-        <a class="toc_link" href="CreateAnApplication/Structure.html" style="display: {{ structure }}">Structure</a>
-        <span class="toc_label" style="display: {{ label_structure }}">Structure</span>
+        <a class="toc_link" href="create-an-application/application-structure.html" style="display: {{ structure }}">Application structure</a>
+        <span class="toc_label" style="display: {{ label_structure }}">Application structure</span>
       </div>
     </div>
   </div>

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