This is an automated email from the ASF dual-hosted git repository. sarath pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit fe10df41b74f064e74be3b4e6f2cd17ea735cf8c Author: kevalbhatt <[email protected]> AuthorDate: Wed Oct 9 15:58:08 2019 +0530 ATLAS-3445:UI : Change Advance Search Help link Signed-off-by: nixonrodrigues <[email protected]> (cherry picked from commit bdcb82077f9ad09d5632c411260eae310245d4b4) --- dashboardv3/public/js/templates/search/AdvancedSearchInfo_tmpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboardv3/public/js/templates/search/AdvancedSearchInfo_tmpl.html b/dashboardv3/public/js/templates/search/AdvancedSearchInfo_tmpl.html index 7746974..64f1a31 100644 --- a/dashboardv3/public/js/templates/search/AdvancedSearchInfo_tmpl.html +++ b/dashboardv3/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-Advanced.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/#/SearchAdvance" 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
