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

aharui 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 658d6fe  paths appear to be relative to the content file so try 
absolute path
658d6fe is described below

commit 658d6fecf466355c63aa421b51ebcdb2ad7438e3
Author: Alex Harui <[email protected]>
AuthorDate: Fri Jan 19 12:48:09 2018 -0800

    paths appear to be relative to the content file so try absolute path
---
 _layouts/docpage.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index cb62aa9..e61b15a 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -19,8 +19,8 @@ limitations under the License.
 -->
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
-<link rel="stylesheet" 
href="http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 />
-<link rel="stylesheet" href="_layouts/royalesite.css" />
+<link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 />
+<link rel="stylesheet" 
href="https://apache.github.io/royale-docs/_layouts/royalesite.css"; />
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <title>{{page.title}}</title>
 </head>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to