Repository: trafodion Updated Branches: refs/heads/master 73a1c3c05 -> 54581ad1e
[TRAFODION-2863] Web-page style sheets should be protocol relative To be compatible with http or https Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/98a07c3f Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/98a07c3f Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/98a07c3f Branch: refs/heads/master Commit: 98a07c3f1e5843b061d197a6427400f521d793dd Parents: d08a081 Author: Steve Varnau <[email protected]> Authored: Thu Jan 4 23:02:01 2018 +0000 Committer: Steve Varnau <[email protected]> Committed: Thu Jan 4 23:02:01 2018 +0000 ---------------------------------------------------------------------- docs/src/site/site.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/98a07c3f/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index b87ce9d..7372f5c 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -51,6 +51,7 @@ <breadcrumbs>false</breadcrumbs> <imgLightbox>false</imgLightbox> <markPageHeader>false</markPageHeader> + <protocolRelativeURLs>true</protocolRelativeURLs> <smoothScroll>true</smoothScroll> <!-- Enable code highlighting --> <highlightJs>true</highlightJs>
