Repository: incubator-systemml Updated Branches: refs/heads/master 6815cd9b7 -> f2e1167ed
[SYSTEMML-1212] Link to main website in header of project docs Link logo and title to main website. Closes #367. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/f2e1167e Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/f2e1167e Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/f2e1167e Branch: refs/heads/master Commit: f2e1167ed63f058dd701b5c213b6c951c3868b22 Parents: 6815cd9 Author: Deron Eriksson <[email protected]> Authored: Thu Feb 2 17:02:09 2017 -0800 Committer: Deron Eriksson <[email protected]> Committed: Thu Feb 2 17:02:09 2017 -0800 ---------------------------------------------------------------------- docs/_layouts/global.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f2e1167e/docs/_layouts/global.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html index 5aac166..6c87e0c 100644 --- a/docs/_layouts/global.html +++ b/docs/_layouts/global.html @@ -25,10 +25,10 @@ <div class="container"> <div class="navbar-header"> <div class="navbar-brand brand projectlogo"> - <img class="logo" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/> + <a href="http://systemml.apache.org/"><img class="logo" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/></a> </div> <div class="navbar-brand brand projecttitle"> - <a href="index.html">Apache SystemML<sup id="trademark">â¢</sup> (incubating)</a><br/> + <a href="http://systemml.apache.org/">Apache SystemML<sup id="trademark">â¢</sup> (incubating)</a><br/> <span class="version">{{site.SYSTEMML_VERSION}}</span> </div> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
