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 2016/06/29 01:49:40 UTC

drill git commit: update link

Repository: drill
Updated Branches:
  refs/heads/gh-pages 77ef12f65 -> 80f53c0b4


update link


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

Branch: refs/heads/gh-pages
Commit: 80f53c0b454b754c80c2c1bf2e5cc3ef6e00a3dc
Parents: 77ef12f
Author: Bridget Bevens <bb...@maprtech.com>
Authored: Tue Jun 28 18:48:58 2016 -0700
Committer: Bridget Bevens <bb...@maprtech.com>
Committed: Tue Jun 28 18:48:58 2016 -0700

----------------------------------------------------------------------
 blog/_posts/2016-06-28-drill-1.7-released.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/80f53c0b/blog/_posts/2016-06-28-drill-1.7-released.md
----------------------------------------------------------------------
diff --git a/blog/_posts/2016-06-28-drill-1.7-released.md b/blog/_posts/2016-06-28-drill-1.7-released.md
index 77c1fbf..a7207c1 100644
--- a/blog/_posts/2016-06-28-drill-1.7-released.md
+++ b/blog/_posts/2016-06-28-drill-1.7-released.md
@@ -11,7 +11,7 @@ Today, we're happy to announce the availability of Drill 1.7.0. You can download
 The release provides the following bug fixes and improvements:
 
 ## Monitoring via JMX  
-You can access Drill system-level metrics, collected by JMX, through the Metrics page in the Drill Web Console or a remote JMX monitoring tool. See INSERT PAGE. 
+You can access Drill system-level metrics, collected by JMX, through the Metrics page in the Drill Web Console or a remote JMX monitoring tool. See [Monitoring Metrics](https://drill.apache.org/docs/monitoring-metrics/). 
 
 ## Hive CHAR Data Type 
 Drill automatically converts the Hive CHAR data type to VARCHAR. You no longer need to cast the Hive CHAR data type to VARCHAR when you query Hive tables. See [Hive-to-Drill Data Type Mapping](https://drill.apache.org/docs/hive-to-drill-data-type-mapping/).