You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2019/05/02 18:26:47 UTC

[drill] branch gh-pages updated: edit for meetup blog

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

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new e9d0f7b  edit for meetup blog
e9d0f7b is described below

commit e9d0f7b2a2dd0ddda24b4cb7e0dd48fa4f1e509d
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Thu May 2 11:26:14 2019 -0700

    edit for meetup blog
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index ca76cd6..2095080 100755
--- a/index.html
+++ b/index.html
@@ -70,7 +70,7 @@ $(document).ready(function() {
   <div class="news">News:
   </div>
   {% assign post = site.categories.blog[0] %}
-  <div><a href="https://www.meetup.com/Bay-Area-Apache-Drill-User-Group/events/260840985/">{% if post.news_title %}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% include authors.html %})</span></div>
+  <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title %}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% include authors.html %})</span></div>
   {% assign post = site.categories.blog[1] %}
   <div><a href="{{ post.url | prepend: site.baseurl }}">{% if post.news_title %}{{ post.news_title }}{% else %}{{ post.title }}{% endif %}</a><br/><span>({% include authors.html %})</span></div>
 </div>