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 8e9faaf  Changed to relative links
8e9faaf is described below

commit 8e9faaf1e1cce53a1cd5c6cca5e7a417d1d062ff
Author: Harbs <[email protected]>
AuthorDate: Wed Aug 22 09:55:57 2018 +0300

    Changed to relative links
    
    Changed some links to https
---
 Get Started.md                           |  2 +-
 README.md                                |  4 +--
 Welcome/Get_Started/Development-tools.md |  4 +--
 Welcome/get-involved.md                  |  2 +-
 Welcome/history.md                       |  2 +-
 _layouts/docpage.html                    | 62 ++++++++++++++++----------------
 index.md                                 |  2 +-
 royalesite.css                           |  4 +--
 8 files changed, 41 insertions(+), 41 deletions(-)

diff --git a/Get Started.md b/Get Started.md
index 79ddc42..3433be1 100644
--- a/Get Started.md    
+++ b/Get Started.md    
@@ -20,7 +20,7 @@ title: Get Started
 
 # Get started with Royale
 
-Royale is an open source project.  You can get the [source 
code](http://royale.apache.org/source-code/){:target='_blank'} and build 
Royale, or, if you are in a hurry, you can click 
[here](Welcome/Get_Started/Download-Royale.html) to find out how to download 
pre-compiled code and get going quickly.
+Royale is an open source project.  You can get the [source 
code](/source-code/){:target='_blank'} and build Royale, or, if you are in a 
hurry, you can click [here](Welcome/Get_Started/Download-Royale.html) to find 
out how to download pre-compiled code and get going quickly.
 
 This section describes:
 
diff --git a/README.md b/README.md
index 983502c..e3fbb7a 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,8 @@ without the leading "/". Links are case-sensitive, and you 
need to insert ```%20
 
 When linking to locations not in the help-docs stack, including other pages in 
the Royale website, clicking the link should open a new browser window or tab 
so the reader does not lose their place in the help docs. If you want to use 
MarkDown, set the link like this:
 
-```[Apache Flex](http://flex.apache.org){:target='_blank'}```
+```[Apache Flex](https://flex.apache.org){:target='_blank'}```
 
 You can also use straight HTML for these links, like this:
 
-```<a href="http://flex.apache.org"; target="_blank">Apache Flex</a>```
+```<a href="https://flex.apache.org"; target="_blank">Apache Flex</a>```
diff --git a/Welcome/Get_Started/Development-tools.md 
b/Welcome/Get_Started/Development-tools.md
index 6ba750d..b8daa9f 100644
--- a/Welcome/Get_Started/Development-tools.md
+++ b/Welcome/Get_Started/Development-tools.md
@@ -49,11 +49,11 @@ Royale provides [Royale 
CLI](Welcome/Get_Started/Royale-CLI.html), a tool to sim
 
 ## Apache Maven
 
-You can use Apache Maven to compile your Royale application. Visit the [Apache 
Maven Project](http://maven.apache.org){:target='_blank'} to learn more about 
Maven. Each of the examples in the examples folder is set up to be built with 
Maven, and the archetypes folder contains Maven Archetypes.
+You can use Apache Maven to compile your Royale application. Visit the [Apache 
Maven Project](https://maven.apache.org){:target='_blank'} to learn more about 
Maven. Each of the examples in the examples folder is set up to be built with 
Maven, and the archetypes folder contains Maven Archetypes.
 
 ## Apache Ant
 
-You can use Apache Ant to compile your Royale application. Visit the [Apache 
Ant Project](http://ant.apache.org){:target='_blank'} to learn more about Ant. 
Each of the examples in the examples folder is set up to be built with Ant.
+You can use Apache Ant to compile your Royale application. Visit the [Apache 
Ant Project](https://ant.apache.org){:target='_blank'} to learn more about Ant. 
Each of the examples in the examples folder is set up to be built with Ant.
 
 ## Apache Cordova
 
diff --git a/Welcome/get-involved.md b/Welcome/get-involved.md
index 36ba2dd..5365cf9 100644
--- a/Welcome/get-involved.md
+++ b/Welcome/get-involved.md
@@ -12,7 +12,7 @@ title: Get involved
 Apache Royale is a non-profit, open-source project. It grows and thrives on 
contributions, insights, and efforts by people like you. It would be stronger 
with your participation.
 
 ## The Royale team
-Becoming active with Royale usually starts with becoming connected with the 
developers who are working on the code and the users who are building or 
adapting applications with it. Check out <a 
href="http://royale.apache.org/get-involved"; target="_blank">the details</a> 
here, or meet our <a href="http://royale.apache.org/team/"; target="_blank">most 
active contributors</a>. We hope you can join us!
+Becoming active with Royale usually starts with becoming connected with the 
developers who are working on the code and the users who are building or 
adapting applications with it. Check out <a href="/get-involved" 
target="_blank">the details</a> here, or meet our <a href="/team/" 
target="_blank">most active contributors</a>. We hope you can join us!
 
 ## Apache Software Foundation
 Royale is a project of the <a href="https://www.apache.org/"; 
target="_blank">Apache Software Foundation</a> (ASF). The all-volunteer ASF 
develops, stewards, and incubates more than 350 Open Source projects and 
initiatives. The ASF welcomes and thrives on feedback and participation by 
those who <a href="https://www.apache.org/foundation/getinvolved.html"; 
target="_blank">get involved</a> in projects they find important.
diff --git a/Welcome/history.md b/Welcome/history.md
index 9e7a050..127c064 100644
--- a/Welcome/history.md
+++ b/Welcome/history.md
@@ -21,4 +21,4 @@ Part of Apache Flex work involved making it possible to 
create applications in F
 
 In 2017 it was agreed to split this work into a new Apache project, which 
reached back to the early history of the project for a name. That is how we 
have arrived at "Apache Royale".
 
-This is a young project, with much to do. Your participation would be very <a 
href="http://royale.apache.org/get-involved"; target="_blank">welcome</a>!
+This is a young project, with much to do. Your participation would be very <a 
href="/get-involved" target="_blank">welcome</a>!
diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 9eb37eb..918f589 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -8,7 +8,7 @@ The ASF licenses this file to You under the Apache License, 
Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 
-http://www.apache.org/licenses/LICENSE-2.0
+https://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
@@ -28,22 +28,22 @@ limitations under the License.
 
 <body class="page">
 <div class="topbar">
-<img 
src="http://royale.codeoscopic.com/wp-content/uploads/2018/01/apache-royale-tm-logo-light.svg";
 style="margin-top:15px; margin-bottom: 5px; width: 190px; height: 40px;"/>
+<img src="/wp-content/uploads/2018/01/apache-royale-tm-logo-default.svg" 
style="margin-top:15px; margin-bottom: 5px; width: 190px; height: 40px;"/>
 <ul class="topMenu">
 <li class="topMenu_li fa">
-       <a class="topMenu_li_a" 
href="https://royale.apache.org/features/";>FEATURES</a>
+       <a class="topMenu_li_a" href="/features/">FEATURES</a>
 </li>
 <li class="topMenu_li fa">
-       <a class="topMenu_li_a" 
href=""https://royale.apache.org/getting-started/";>GET STARTED</a>
+       <a class="topMenu_li_a" href="/getting-started/">GET STARTED</a>
 </li>
 <li class="topMenu_li fa">
-       <a class="topMenu_li_a" 
href="https://royale.apache.org/download/";>DOWNLOAD</a>
+       <a class="topMenu_li_a" href="/download/">DOWNLOAD</a>
 </li>
 <li class="topMenu_li fa">
-       <a class="topMenu_li_a" href="https://royale.apache.org/docs/";>DOCS</a>
+       <a class="topMenu_li_a" href="/docs/">DOCS</a>
 </li>
 <li class="topMenu_li fa">
-       <a class="topMenu_li_a" href="https://royale.apache.org/blog/";>BLOG</a>
+       <a class="topMenu_li_a" href="/blog/">BLOG</a>
 </li>
 <li class="topMenu_li fa fa-github">
        <a class="topMenu_li_a" 
href="https://github.com/apache/royale-asjs/wiki/Apache-Royale-Source-Code-Repositories";>GITHUB</a>
@@ -139,48 +139,48 @@ limitations under the License.
   <div class="footer-column">
   <ul class="footer-list">
     <li class="apacheroyale">APACHE ROYALE</li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/";>Home</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/features/";>Features</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/try-it-now/";>Try it now</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/download/";>Download</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/ides/";>IDEs</a></li>
+    <li><a class="footer-list_a" href="/">Home</a></li>
+    <li><a class="footer-list_a" href="/features/">Features</a></li>
+    <li><a class="footer-list_a" href="/try-it-now/">Try it now</a></li>
+    <li><a class="footer-list_a" href="/download/">Download</a></li>
+    <li><a class="footer-list_a" href="/ides/">IDEs</a></li>
     <li><a class="footer-list_a" 
href="https://www.npmjs.com/org/apache-royale";>NPM</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/showcase/";>Showcase</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/blog/";>Blog</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/team/";>Team</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/thanks-to/";>Thanks To</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/license/";>Apache License v2.0</a></li>
+    <li><a class="footer-list_a" href="/showcase/">Showcase</a></li>
+    <li><a class="footer-list_a" href="/blog/">Blog</a></li>
+    <li><a class="footer-list_a" href="/team/">Team</a></li>
+    <li><a class="footer-list_a" href="/thanks-to/">Thanks To</a></li>
+    <li><a class="footer-list_a" href="/license/">Apache License v2.0</a></li>
   </ul>
   </div>
   <div class="footer-column">
   <ul class="footer-list">
     <li class="documentation">DOCUMENTATION</li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/getting-started/";>Getting Started</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/docs/";>Docs</a></li>
-    <li><a class="footer-list_a" 
href="http://royale.apache.org/asdoc/";>Reference</a></li>
+    <li><a class="footer-list_a" href="/getting-started/">Getting 
Started</a></li>
+    <li><a class="footer-list_a" href="/docs/">Docs</a></li>
+    <li><a class="footer-list_a" href="/asdoc/">Reference</a></li>
     <li><a class="footer-list_a" 
href="https://github.com/apache/royale-asjs/wiki";>Wiki</a></li>
   </ul>
   <ul class="footer-list">
     <li class="community">COMMUNITY</li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/get-involved/";>Get Involved</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/mailing-lists/";>Mailing Lists</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/faq/";>FAQ</a></li>
+    <li><a class="footer-list_a" href="/get-involved/">Get Involved</a></li>
+    <li><a class="footer-list_a" href="/mailing-lists/">Mailing Lists</a></li>
+    <li><a class="footer-list_a" href="/faq/">FAQ</a></li>
   </ul>
   <ul class="footer-list">
     <li class="development">DEVELOPMENT</li>
     <li><a class="footer-list_a" 
href="https://github.com/apache/royale-asjs/wiki/Apache-Royale-Source-Code-Repositories";>Github</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/source-code/";>Source Code</a></li>
+    <li><a class="footer-list_a" href="/source-code/">Source Code</a></li>
     <li><a class="footer-list_a" 
href="https://github.com/apache/royale-asjs/issues";>Issues</a></li>
   </ul>                                                              
   </div>
   <div class="footer-column">
   <ul class="footer-list">
     <li class="social">SOCIAL</li>
-    <li><a class="footer-list_a" 
href="http://twitter.com/apacheroyale";>Twitter</a></li>
-    <li><a class="footer-list_a" 
href="http://facebook.com/ApacheRoyaleSDK/";>Facebook</a></li>
+    <li><a class="footer-list_a" 
href="https://twitter.com/apacheroyale";>Twitter</a></li>
+    <li><a class="footer-list_a" 
href="https://facebook.com/ApacheRoyaleSDK/";>Facebook</a></li>
     <li><a class="footer-list_a" 
href="https://plus.google.com/communities/110767346686043669380";>Google+</a></li>
     <li><a class="footer-list_a" 
href="https://www.linkedin.com/groups/12118437";>LinkedIn</a></li>
-    <li><a class="footer-list_a" 
href="https://royale.apache.org/feed/";>RSS</a></li>
+    <li><a class="footer-list_a" href="/feed/">RSS</a></li>
   </ul>
   <ul class="footer-list">
     <li class="apache">APACHE</li>
@@ -194,13 +194,13 @@ limitations under the License.
   </div>
   <div class="aboutusdiv" >
        <p class="aboutus">ABOUT US</p>
-    <p class="aboutus_p"><img class="aboutus-logo" 
src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/apache-royale-logo-footer-circle-grey.svg"/><a
 href=https://royale.apache.org/index.html"; class="aboutus_a">Apache 
Royale™</a> is a highly productive open source application technology for 
building expressive frontend applications that outputs to different formats and 
deploy consistently on all major browsers, desktops and devices.</p>
-    <p><img class="aboutus-apache-logo" 
src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/Apache_PoweredBy.svg";
 />
-    <a href=https://royale.apache.org/index.html"; class="aboutus_a">Apache 
Royale™</a>, <a href="http://www.apache.org"; class="aboutus_a">Apache™</a> and 
the <a href="http://www.apache.org/foundation/press/kit/"; 
class="aboutus_a">Apache feather logo™</a> are trademarks of The Apache 
Software Foundation. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners. Read more about our privacy policy on 
our <a href="https://royale.apache.org/privacy-polic [...]
+    <p class="aboutus_p"><img class="aboutus-logo" 
src="/wp-content/uploads/2017/10/apache-royale-logo-footer-circle-grey.svg"/><a 
href=/index.html" class="aboutus_a">Apache Royale™</a> is a highly productive 
open source application technology for building expressive frontend 
applications that outputs to different formats and deploy consistently on all 
major browsers, desktops and devices.</p>
+    <p><img class="aboutus-apache-logo" 
src="/wp-content/uploads/2017/10/Apache_PoweredBy.svg" />
+    <a href="/" class="aboutus_a">Apache Royale™</a>, <a 
href="https://www.apache.org"; class="aboutus_a">Apache™</a> and the <a 
href="https://www.apache.org/foundation/press/kit/"; class="aboutus_a">Apache 
feather logo™</a> are trademarks of The Apache Software Foundation. All other 
marks mentioned may be trademarks or registered trademarks of their respective 
owners. Read more about our privacy policy on our <a 
href="/privacy-policy">Privacy Policy page</a>.</p>
   </div>
 </div>
 <div class="asf">
-Copyright © 2017-2018 <a href="http://www.apache.org";>The Apache Software 
Foundation</a>, Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>
+Copyright © 2017-2018 <a href="https://www.apache.org";>The Apache Software 
Foundation</a>, Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>
 </div>
 </body>
 </html>
diff --git a/index.md b/index.md
index a4947d9..e1d31f4 100644
--- a/index.md
+++ b/index.md
@@ -20,7 +20,7 @@ title: Welcome to Apache Royale
 
 # Welcome to Apache Royale!
 
-This is the main documentation for Apache Royale.  If you are looking for the 
API Reference, [click 
here](http://royale.apache.org/asdoc/index.html){:target='_blank'}.
+This is the main documentation for Apache Royale.  If you are looking for the 
API Reference, [click here](/asdoc/index.html){:target='_blank'}.
 
 This document is divided into several sections:
 
diff --git a/royalesite.css b/royalesite.css
index 8a64120..d97d4e8 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -3,7 +3,7 @@
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ *     https://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -352,7 +352,7 @@ h1 {
 
 .page {
        width: 100%;
-       background-image: 
url('http://royale.codeoscopic.com/wp-content/uploads/2017/10/page-bg-1-1920x300.png');
+       background-image: 
url('/wp-content/uploads/2017/10/page-bg-1-1920x300.png');
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 0px;

Reply via email to