You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/04/07 18:58:22 UTC

[18/50] [abbrv] incubator-systemml git commit: [SYSTEMML-1212] Link to main website in header of project docs

[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/fc9914db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/fc9914db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/fc9914db

Branch: refs/heads/gh-pages
Commit: fc9914db92915ceec2c0bdf2228a98fb36edd948
Parents: 61f25f2
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Feb 2 17:02:09 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Thu Feb 2 17:02:09 2017 -0800

----------------------------------------------------------------------
 _layouts/global.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/fc9914db/_layouts/global.html
----------------------------------------------------------------------
diff --git a/_layouts/global.html b/_layouts/global.html
index 5aac166..6c87e0c 100644
--- a/_layouts/global.html
+++ b/_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">\u2122</sup> (incubating)</a><br/>
+                        <a href="http://systemml.apache.org/">Apache SystemML<sup id="trademark">\u2122</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">