diff --git a/README.md b/README.md index 521e7ccfd..288351caa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![logo](/website/images/distributedlog_logo_m.png?raw=true "Apache DistributedLog logo") -[![Build Status](https://travis-ci.org/apache/incubator-distributedlog.svg?branch=master)](https://travis-ci.org/apache/incubator-distributedlog) +[![Build Status](https://api.travis-ci.org/apache/distributedlog.svg?branch=master)](https://travis-ci.org/apache/distributedlog) [![Build Status](https://builds.apache.org/buildStatus/icon?job=distributedlog-nightly-build)](https://builds.apache.org/job/distributedlog-nightly-build/) [![Coverage Status](https://coveralls.io/repos/github/apache/incubator-distributedlog/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-distributedlog?branch=master) diff --git a/docs/_config-apache.yml b/docs/_config-apache.yml new file mode 100644 index 000000000..bf395a3b0 --- /dev/null +++ b/docs/_config-apache.yml @@ -0,0 +1 @@ +baseurl: "/distributedlog/docs/latest" diff --git a/docs/_config-staging.yml b/docs/_config-staging.yml new file mode 100644 index 000000000..5edf570fe --- /dev/null +++ b/docs/_config-staging.yml @@ -0,0 +1 @@ +baseurl: "/distributedlog-staging-site/docs/latest" diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 14dc063c7..b1962db45 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -2,7 +2,7 @@