You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/17 03:13:55 UTC

drill-site git commit: add blog link to download page, remove my bullet from readme

Repository: drill-site
Updated Branches:
  refs/heads/asf-site 90078fe15 -> 9da9b8822


add blog link to download page, remove my bullet from readme


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

Branch: refs/heads/asf-site
Commit: 9da9b88220240630c3a241b153568d1d73a6d91a
Parents: 90078fe
Author: Kris Hahn <kr...@apache.org>
Authored: Wed Dec 16 18:13:23 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Wed Dec 16 18:13:23 2015 -0800

----------------------------------------------------------------------
 README.md           | 3 ---
 download/index.html | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill-site/blob/9da9b882/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 62505ec..56d6cb6 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,3 @@ Best practices:
 
 * Prefix the filenames with `010-foo.md`, `020-bar.md`, `030-baz.md`, etc. This allows room to add files in-between (eg, `005-qux.md`).  
 * Use the slug of the title as the filename. For example, if the title is "Getting Started with Drill", name the file `...-getting-started-with-drill.md`. If you're not sure what the slug is, you should be able to see it in the URL and then adjust (the URLs are auto-generated based on the title attribute).  
-* Add a line in version.json to add a blog post to the download page. For example:  
-
-      "blog_post": "/blog/2015/11/23/drill-1.3-released/",

http://git-wip-us.apache.org/repos/asf/drill-site/blob/9da9b882/download/index.html
----------------------------------------------------------------------
diff --git a/download/index.html b/download/index.html
index 1d0e07c..671b49c 100644
--- a/download/index.html
+++ b/download/index.html
@@ -128,7 +128,7 @@
 
 <p>Additional resources for Drill 1.4:</p>
 <ul>
-
+<li><a href="/blog/2015/12/14/drill-1.4-released/">Blog post</a></li>
 <li><a href="https://drill.apache.org/docs/apache-drill-1-4-0-release-notes/">Release notes (JIRA)</a></li>
 <li><a href="https://github.com/apache/drill/tree/1.4.0">Source code</a></li>
 </ul>