Repository: incubator-distributedlog Updated Branches: refs/heads/master f3f0d55ac -> 3fadd14aa
Fix the build scripts - the baseurl is the relative path - url is the protocol + domain name Author: Sijie Guo <[email protected]> Reviewers: Franck Cuny <[email protected]> Closes #29 from sijie/sijie/fix_website_build_scripts Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/3fadd14a Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/3fadd14a Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/3fadd14a Branch: refs/heads/master Commit: 3fadd14aa1afab5661ccb4ceda3a0133dd682af2 Parents: f3f0d55 Author: Sijie Guo <[email protected]> Authored: Tue Nov 8 23:35:26 2016 -0800 Committer: Sijie Guo <[email protected]> Committed: Tue Nov 8 23:35:26 2016 -0800 ---------------------------------------------------------------------- docs/_config-production.yml | 2 +- docs/_config.yml | 3 +-- website/_config-production.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/3fadd14a/docs/_config-production.yml ---------------------------------------------------------------------- diff --git a/docs/_config-production.yml b/docs/_config-production.yml index 2c71bf5..d5c50d4 100644 --- a/docs/_config-production.yml +++ b/docs/_config-production.yml @@ -1 +1 @@ -baseurl: "http://distributedlog.incubator.apache.org/docs/latest" +baseurl: "/docs/latest" http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/3fadd14a/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index c93ef96..0ddd55d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -17,8 +17,7 @@ distributedlog_version: "0.4.0-SNAPSHOT" distributedlog_version_short: "0.4.0" # the base hostname & protocol for your site -# url: "http://distributedlog.incubator.apache.org" -url: "" +url: "http://distributedlog.incubator.apache.org" twitter_username: distributedlog twitter_url: https://twitter.com/distributedlog http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/3fadd14a/website/_config-production.yml ---------------------------------------------------------------------- diff --git a/website/_config-production.yml b/website/_config-production.yml index c63e3ec..2f8879a 100644 --- a/website/_config-production.yml +++ b/website/_config-production.yml @@ -1 +1 @@ -baseurl: "http://distributedlog.incubator.apache.org" +baseurl: "/"
