Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 3fadd14

Browse files
Sijie Guosijie
authored andcommitted
Fix the build scripts
- the baseurl is the relative path - url is the protocol + domain name Author: Sijie Guo <sijieg@twitter.com> Reviewers: Franck Cuny <franck.cuny@gmail.com> Closes #29 from sijie/sijie/fix_website_build_scripts
1 parent f3f0d55 commit 3fadd14

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/_config-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
baseurl: "http://distributedlog.incubator.apache.org/docs/latest"
1+
baseurl: "/docs/latest"

docs/_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ distributedlog_version: "0.4.0-SNAPSHOT"
1717
distributedlog_version_short: "0.4.0"
1818

1919
# the base hostname & protocol for your site
20-
# url: "http://distributedlog.incubator.apache.org"
21-
url: ""
20+
url: "http://distributedlog.incubator.apache.org"
2221

2322
twitter_username: distributedlog
2423
twitter_url: https://twitter.com/distributedlog

website/_config-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
baseurl: "http://distributedlog.incubator.apache.org"
1+
baseurl: "/"

0 commit comments

Comments
 (0)