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> 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> 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>