Repository: flink Updated Branches: refs/heads/master d0ecb9170 -> 61b1c0a6c
[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/61b1c0a6 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/61b1c0a6 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/61b1c0a6 Branch: refs/heads/master Commit: 61b1c0a6cb94ae847efb73e928af3d2500f605d0 Parents: d0ecb91 Author: Maximilian Michels <[email protected]> Authored: Mon Jul 13 10:50:00 2015 +0200 Committer: Maximilian Michels <[email protected]> Committed: Mon Jul 13 10:50:00 2015 +0200 ---------------------------------------------------------------------- docs/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/61b1c0a6/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 55070f9..059340d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -68,4 +68,5 @@ kramdown: host: localhost -baseurl: http://ci.apache.org/projects/flink/flink-docs-master +# please use a protocol relative URL here +baseurl: //ci.apache.org/projects/flink/flink-docs-master
