This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git
commit 2a585e539aed874a1c982fb4062031f0619eb8fc Author: ssahay <[email protected]> AuthorDate: Fri May 3 16:52:17 2019 -0700 Fixed Link --- download/index.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download/index.html b/download/index.html index ee4ab8c..82acd44 100644 --- a/download/index.html +++ b/download/index.html @@ -69,7 +69,7 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project Info <span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="https://github.com/apache/incubator-pinot-site/" target="_blank">Source Code <i class="fa fa-external-link"></i></a></li> + <li><a href="https://github.com/apache/incubator-pinot/" target="_blank">Source Code <i class="fa fa-external-link"></i></a></li> <li class="divider"></li> <li><a href="https://cwiki.apache.org/confluence/display/PINOT" target="_blank">Wiki <i class="fa fa-external-link"></i></a></li> <li><a href="https://cwiki.apache.org/confluence/display/PINOT/Blogs+and+Talks" target="_blank">Blogs and Talks <i class="fa fa-external-link"></i></a></li> diff --git a/index.html b/index.html index 6b26c34..fdb2724 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" >Project Info <span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="https://github.com/apache/incubator-pinot-site/" target="_blank">Source Code <i class="fa fa-external-link"></i></a></li> + <li><a href="https://github.com/apache/incubator-pinot/" target="_blank">Source Code <i class="fa fa-external-link"></i></a></li> <li class="divider"></li> <li><a href="https://cwiki.apache.org/confluence/display/PINOT" target="_blank">Wiki <i class="fa fa-external-link"></i></a></li> <li><a href="https://cwiki.apache.org/confluence/display/PINOT/Blogs+and+Talks" target="_blank">Blogs and Talks <i class="fa fa-external-link"></i></a></li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
