Repository: flink Updated Branches: refs/heads/release-0.9 7c2a704f2 -> 055997e93
[docs] fix loading of style sheet with protocol relative base URL Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/055997e9 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/055997e9 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/055997e9 Branch: refs/heads/release-0.9 Commit: 055997e931cd8aba36d271fbd8eede8a176db18d Parents: 7c2a704 Author: Maximilian Michels <[email protected]> Authored: Mon Jul 13 10:50:00 2015 +0200 Committer: Maximilian Michels <[email protected]> Committed: Mon Jul 13 10:55:16 2015 +0200 ---------------------------------------------------------------------- docs/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/055997e9/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 2cfb037..7edb62c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -67,4 +67,5 @@ kramdown: host: localhost -baseurl: http://ci.apache.org/projects/flink/flink-docs-release-0.9 +# please use a protocol relative URL here +baseurl: //ci.apache.org/projects/flink/flink-docs-release-0.9
