You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2016/10/19 10:04:24 UTC

[2/2] incubator-atlas git commit: ATLAS-1183 UI: help link should point to atlas website (kevalbhatt via shwethags)

ATLAS-1183 UI: help link should point to atlas website (kevalbhatt via shwethags)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b6acff6d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b6acff6d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b6acff6d

Branch: refs/heads/master
Commit: b6acff6d5ba1cdde8ddde96fe55071732fb83da0
Parents: 3cc1bd5
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Wed Oct 19 15:34:12 2016 +0530
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Wed Oct 19 15:34:12 2016 +0530

----------------------------------------------------------------------
 .../js/templates/business_catalog/BusinessCatalogHeader.html       | 2 +-
 dashboardv2/public/js/templates/site/header.html                   | 2 +-
 release-log.txt                                                    | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b6acff6d/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html b/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
index 99cf5cf..7ff7106 100644
--- a/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
+++ b/dashboardv2/public/js/templates/business_catalog/BusinessCatalogHeader.html
@@ -18,7 +18,7 @@
 </ol>
 <header class="clearfix">
     <div class="btn-group pull-right header-menu">
-        <a target="_blank" href="https://cwiki.apache.org/confluence/display/ATLAS/Atlas+Home" title="Help"><i class="fa  fa-question-circle"></i></a>
+        <a target="_blank" href="http://atlas.incubator.apache.org/"><i class="fa  fa-question-circle"></i></a>
         <a href="javascript:void(0);" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-user user-circle"></i><span class="userName"></span></a>
         <ul class="dropdown-menu">
             <!--    <li><a href="#">Edit Profile</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b6acff6d/dashboardv2/public/js/templates/site/header.html
----------------------------------------------------------------------
diff --git a/dashboardv2/public/js/templates/site/header.html b/dashboardv2/public/js/templates/site/header.html
index 272e81c..623d802 100644
--- a/dashboardv2/public/js/templates/site/header.html
+++ b/dashboardv2/public/js/templates/site/header.html
@@ -16,7 +16,7 @@
 -->
 <header class="clearfix">
     <div class="btn-group pull-right header-menu ">
-        <a target="_blank" href="https://cwiki.apache.org/confluence/display/ATLAS/Atlas+Home" title="Help"><i class="fa  fa-question-circle"></i></a>
+        <a target="_blank" href="http://atlas.incubator.apache.org/"><i class="fa  fa-question-circle"></i></a>
         <a href="javascript:void(0);" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="user-dropdown"><i class="fa fa-user user-circle "></i><span class="userName"></span></a>
         <ul class="dropdown-menu">
             <!--    <li><a href="#">Edit Profile</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b6acff6d/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 3f24063..e4e52b0 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1183 UI: help link should point to atlas website (kevalbhatt via shwethags)
 ATLAS-1182 Hive Column level lineage docs (svimal2106 via shwethags)
 ATLAS-1230 updated AtlasTypeRegistry to support batch, atomic type updates (mneethiraj)
 ATLAS-1229 Add TypeCategory and methods to access attribute definitiions in AtlasTypes (sumasai)