Repository: incubator-predictionio Updated Branches: refs/heads/livedoc 877c29292 -> 9c427148a
[MINOR] Fix social link in doc site footer Closes #354 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/9c427148 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/9c427148 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/9c427148 Branch: refs/heads/livedoc Commit: 9c427148a2e60578437d915f3cf38a17196efd3d Parents: 877c292 Author: Chan Lee <[email protected]> Authored: Thu Mar 2 12:17:16 2017 -0800 Committer: Chan Lee <[email protected]> Committed: Fri Mar 3 16:08:50 2017 -0800 ---------------------------------------------------------------------- docs/manual/source/partials/_footer.html.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/9c427148/docs/manual/source/partials/_footer.html.slim ---------------------------------------------------------------------- diff --git a/docs/manual/source/partials/_footer.html.slim b/docs/manual/source/partials/_footer.html.slim index e9f5c7d..c9c9565 100644 --- a/docs/manual/source/partials/_footer.html.slim +++ b/docs/manual/source/partials/_footer.html.slim @@ -32,7 +32,7 @@ footer a.github-button> href="https://github.com/apache/incubator-predictionio" data-style="mega" data-count-href="/apache/incubator-predictionio/stargazers" data-count-api="/repos/apache/incubator-predictionio#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star apache/incubator-predictionio on GitHub" Star a.github-button> href="https://github.com/apache/incubator-predictionio/fork" data-icon="octicon-git-branch" data-style="mega" data-count-href="/apache/incubator-predictionio/network" data-count-api="/repos/apache/incubator-predictionio#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork apache/incubator-predictionio on GitHub" Fork script#github-bjs(async defer src="https://buttons.github.io/buttons.js") - a> href="//www.facebook.com/predictionio" target="blank" + a> href="https://twitter.com/predictionio" target="blank" = image_tag 'icons/twitter.png', alt: 'PredictionIO on Twitter' - a> href="//twitter.com/predictionio" target="blank" + a> href="https://www.facebook.com/predictionio" target="blank" = image_tag 'icons/facebook.png', alt: 'PredictionIO on Facebook'
