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 a61853f maybe all paths are relative to the root?
a61853f is described below
commit a61853fb158d4d684c43eb11b5bf883b3a0b5f49
Author: Alex Harui <[email protected]>
AuthorDate: Fri Jan 19 12:43:13 2018 -0800
maybe all paths are relative to the root?
---
_layouts/docpage.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index c88ba9f..cb62aa9 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -20,7 +20,7 @@ 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="royalesite.css" />
+<link rel="stylesheet" href="_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]>'].