You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by ts...@apache.org on 2015/05/04 19:48:50 UTC

drill git commit: Fixed links

Repository: drill
Updated Branches:
  refs/heads/gh-pages e9c408929 -> 44478723e


Fixed links


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/44478723
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/44478723
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/44478723

Branch: refs/heads/gh-pages
Commit: 44478723e0a4eb29fed9d26364a770d507c26b83
Parents: e9c4089
Author: Tomer Shiran <ts...@gmail.com>
Authored: Mon May 4 10:46:58 2015 -0700
Committer: Tomer Shiran <ts...@gmail.com>
Committed: Mon May 4 10:46:58 2015 -0700

----------------------------------------------------------------------
 _includes/menu.html                          |  4 ++--
 blog/_posts/2015-05-04-drill-0.9-released.md |  2 +-
 community-resources.md                       | 17 +++++++++++++++++
 communityresources.md                        | 17 -----------------
 4 files changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/44478723/_includes/menu.html
----------------------------------------------------------------------
diff --git a/_includes/menu.html b/_includes/menu.html
index 9cc1335..cdf0ba8 100755
--- a/_includes/menu.html
+++ b/_includes/menu.html
@@ -19,11 +19,11 @@
     </ul>
   </li>
   <li class='nav'>
-    <a href="{{ site.baseurl }}/communityresources/">Community</a>
+    <a href="{{ site.baseurl }}/community-resources/">Community</a>
     <ul>
       <li><a href="{{ site.baseurl }}/team/">Team</a></li>
       <li><a href="{{ site.baseurl }}/mailinglists/">Mailing Lists</a></li>
-      <li><a href="{{ site.baseurl }}/communityresources/">Community Resources</a></li>
+      <li><a href="{{ site.baseurl }}/community-resources/">Community Resources</a></li>
     </ul>
   </li>
   <li class='nav'><a href="{{ site.baseurl }}/faq/">FAQ</a></li>

http://git-wip-us.apache.org/repos/asf/drill/blob/44478723/blog/_posts/2015-05-04-drill-0.9-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2015-05-04-drill-0.9-released.md b/blog/_posts/2015-05-04-drill-0.9-released.md
index 6587c85..3aa0bac 100644
--- a/blog/_posts/2015-05-04-drill-0.9-released.md
+++ b/blog/_posts/2015-05-04-drill-0.9-released.md
@@ -25,7 +25,7 @@ It has been about a month since the release of Drill 0.8, which included [more t
 
 * **Support for very wide tables** ([DRILL-2739](https://issues.apache.org/jira/browse/DRILL-2739)). Drill previously had some issues with tables that had more than 4095 colums. This limitation has been addressed.
 
-You can now [download Drill 0.9]({{ site.baseurl }}/download/). As always, you can check out the official [release notes](https://cwiki.apache.org/confluence/display/DRILL/Release+Notes) for more details.
+You can now [download Drill 0.9]({{ site.baseurl }}/download/). As always, you can check out the official [release notes]({{ site.baseurl }}/docs/release-notes/) for more details.
 
 We're gearing up for Drill's 1.0 release later this month. Stay tuned!
 

http://git-wip-us.apache.org/repos/asf/drill/blob/44478723/community-resources.md
----------------------------------------------------------------------
diff --git a/community-resources.md b/community-resources.md
new file mode 100755
index 0000000..1001383
--- /dev/null
+++ b/community-resources.md
@@ -0,0 +1,17 @@
+---
+layout: page
+title: Community Resources
+---
+## User Resources
+
+* [Documentation]({{ site.baseurl }}/docs/)
+* Twitter: [@ApacheDrill](https://twitter.com/ApacheDrill)
+* Meetup: [Bay Area Apache Drill User Group](http://www.meetup.com/Bay-Area-Apache-Drill-User-Group/)
+* Presentations: [SlideShare](http://www.slideshare.net/ApacheDrill/)
+
+## Developer Resources
+
+* Issue tracker: [JIRA](https://issues.apache.org/jira/browse/DRILL/)
+* [Contribute to Drill]({{ site.baseurl }}/docs/contribute-to-drill/)
+* Hangout: [Monthly Drill Hangout](https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc) (first Tuesday of every month at 10am PDT)
+* Source code: [GitHub](https://github.com/apache/drill)

http://git-wip-us.apache.org/repos/asf/drill/blob/44478723/communityresources.md
----------------------------------------------------------------------
diff --git a/communityresources.md b/communityresources.md
deleted file mode 100755
index 1001383..0000000
--- a/communityresources.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: page
-title: Community Resources
----
-## User Resources
-
-* [Documentation]({{ site.baseurl }}/docs/)
-* Twitter: [@ApacheDrill](https://twitter.com/ApacheDrill)
-* Meetup: [Bay Area Apache Drill User Group](http://www.meetup.com/Bay-Area-Apache-Drill-User-Group/)
-* Presentations: [SlideShare](http://www.slideshare.net/ApacheDrill/)
-
-## Developer Resources
-
-* Issue tracker: [JIRA](https://issues.apache.org/jira/browse/DRILL/)
-* [Contribute to Drill]({{ site.baseurl }}/docs/contribute-to-drill/)
-* Hangout: [Monthly Drill Hangout](https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc) (first Tuesday of every month at 10am PDT)
-* Source code: [GitHub](https://github.com/apache/drill)