[FLINK-8388][docs] Fix baseUrl for master branch This closes #5263.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/f16335d4 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/f16335d4 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/f16335d4 Branch: refs/heads/master Commit: f16335d427592007a5b242a1b4b0cfcd5bd36858 Parents: 1ef1f32 Author: zentol <[email protected]> Authored: Mon Jan 8 17:11:01 2018 +0100 Committer: zentol <[email protected]> Committed: Mon Jan 8 18:47:10 2018 +0100 ---------------------------------------------------------------------- docs/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/f16335d4/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 1cae2d4..1ca8726 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -44,7 +44,7 @@ github_url: "https://github.com/apache/flink" download_url: "http://flink.apache.org/downloads.html" # please use a protocol relative URL here -baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.4 +baseurl: //ci.apache.org/projects/flink/flink-docs-master # Flag whether this is a stable version or not. Used for the quickstart page. is_stable: false @@ -53,6 +53,7 @@ is_stable: false show_outdated_warning: false previous_docs: + 1.4: http://ci.apache.org/projects/flink/flink-docs-release-1.4 1.3: http://ci.apache.org/projects/flink/flink-docs-release-1.3 1.2: http://ci.apache.org/projects/flink/flink-docs-release-1.2 1.1: http://ci.apache.org/projects/flink/flink-docs-release-1.1
