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 6dc4ead  https fixed missing quotes link to royale.apache.org instead 
of codeoscopic site
6dc4ead is described below

commit 6dc4ead9c6a3ae660c16b3a9cc95a4c7059dddc3
Author: Harbs <[email protected]>
AuthorDate: Wed Aug 22 10:07:13 2018 +0300

    https
    fixed missing quotes
    link to royale.apache.org instead of codeoscopic site
---
 README.md                                |  4 ++--
 Welcome/Get_Started/Development-tools.md |  4 ++--
 _layouts/docpage.html                    | 20 ++++++++++----------
 royalesite.css                           |  4 ++--
 4 files changed, 16 insertions(+), 16 deletions(-)

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/_layouts/docpage.html b/_layouts/docpage.html
index 9eb37eb..2d2b44e 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,13 +28,13 @@ 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="https://royale.apache.org/wp-content/uploads/2018/01/apache-royale-tm-logo-light.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>
 </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="https://royale.apache.org/getting-started/";>GET STARTED</a>
 </li>
 <li class="topMenu_li fa">
        <a class="topMenu_li_a" 
href="https://royale.apache.org/download/";>DOWNLOAD</a>
@@ -157,7 +157,7 @@ limitations under the License.
     <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="https://royale.apache.org/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">
@@ -176,8 +176,8 @@ limitations under the License.
   <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>
@@ -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="https://royale.apache.org/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="https://royale.apache.org/wp-content/uploads/2017/10/Apache_PoweredBy.svg"; 
/>
+    <a href="https://royale.apache.org"; 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="https://royale.apache.org/privacy-policy";>Priva [...]
   </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/royalesite.css b/royalesite.css
index 8a64120..fd2d463 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('https://royale.apache.org/wp-content/uploads/2017/10/page-bg-1-1920x300.png');
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 0px;

Reply via email to