You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by kb...@apache.org on 2019/03/20 05:45:59 UTC

[atlas] branch master updated: Corrected Atlas advanced search invalid link and Updated broken links

This is an automated email from the ASF dual-hosted git repository.

kbhatt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 3addc23  Corrected Atlas advanced search invalid link and Updated broken links
3addc23 is described below

commit 3addc237de36c9319577bba339138aadd8570d72
Author: Umesh S Padashetty <us...@gmail.com>
AuthorDate: Mon Mar 18 18:24:39 2019 +0530

    Corrected Atlas advanced search invalid link and Updated broken links
    
    Signed-off-by: kevalbhatt <kb...@apache.org>
---
 dashboardv2/package.json                                            | 2 +-
 dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html | 2 +-
 docs/pom.xml                                                        | 2 +-
 docs/src/site/site.xml                                              | 2 +-
 pom.xml                                                             | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dashboardv2/package.json b/dashboardv2/package.json
index 4d3d19f..b4d2a5d 100644
--- a/dashboardv2/package.json
+++ b/dashboardv2/package.json
@@ -4,7 +4,7 @@
   "private": true,
   "repository": {
     "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/incubator-atlas.git"
+    "url": "https://gitbox.apache.org/repos/asf/incubator-atlas.git"
   },
   "scripts": {
     "dev": "grunt dev",
diff --git a/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html b/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
index cce3096..7746974 100644
--- a/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
+++ b/dashboardv2/public/js/templates/search/AdvancedSearchInfo_tmpl.html
@@ -31,6 +31,6 @@
         </li>
     </ul>
     <h5 style="padding-left: 22.5px;">
-        <a href="http://atlas.apache.org/Search.html" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i> &nbsp; More sample queries and use-cases</a>
+        <a href="http://atlas.apache.org/Search-Advanced.html" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i> &nbsp; More sample queries and use-cases</a>
     </h5>
 </div>
\ No newline at end of file
diff --git a/docs/pom.xml b/docs/pom.xml
index f5e5444..8eb6bd2 100755
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -47,7 +47,7 @@
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                     <webAccessUrl>https://github.com/apache/atlas.git</webAccessUrl>
                     <anonymousConnection>scm:git://git.apache.org/atlas.git</anonymousConnection>
-                    <developerConnection>scm:https://git-wip-us.apache.org/repos/asf/atlas.git</developerConnection>
+                    <developerConnection>scm:https://gitbox.apache.org/repos/asf/atlas.git</developerConnection>
                 </configuration>
                 <reportSets>
                     <reportSet>
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index fdf9b47..c3a1c9d 100755
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -65,7 +65,7 @@
             <item name="License" href="license.html" />
             <item name="Downloads" href="Downloads.html" />
             <item name="Wiki" href="https://cwiki.apache.org/confluence/display/ATLAS"/>
-            <item name="Git" href="https://git-wip-us.apache.org/repos/asf/atlas.git" />
+            <item name="Git" href="https://gitbox.apache.org/repos/asf/atlas.git" />
             <item name="Jira" href="https://issues.apache.org/jira/browse/ATLAS" />
             <item name="Review Board" href="https://reviews.apache.org/groups/atlas/?sort=-time_added" />
         </menu>
diff --git a/pom.xml b/pom.xml
index 5334478..7634138 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
 
     <scm>
         <connection>scm:git:git://git.apache.org/atlas.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/atlas.git</developerConnection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/atlas.git</developerConnection>
         <tag>HEAD</tag>
         <url>https://github.com/apache/atlas.git</url>
     </scm>