[docs] Update docs to point to new examples location

Change-Id: I685b2c9c8b24fc232c61bf809e248869c822530b
Reviewed-on: http://gerrit.cloudera.org:8080/9908
Reviewed-by: Adar Dembo <a...@cloudera.com>
Reviewed-by: Will Berkeley <wdberke...@gmail.com>
Tested-by: Grant Henke <granthe...@apache.org>


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

Branch: refs/heads/master
Commit: 613fe93e6048f34828660adf4d010c2e67398cf5
Parents: dbc943f
Author: Grant Henke <granthe...@apache.org>
Authored: Tue Apr 3 12:20:55 2018 -0500
Committer: Grant Henke <granthe...@apache.org>
Committed: Tue Apr 3 17:35:00 2018 +0000

----------------------------------------------------------------------
 docs/developing.adoc | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/613fe93e/docs/developing.adoc
----------------------------------------------------------------------
diff --git a/docs/developing.adoc b/docs/developing.adoc
index 09ffb82..4d1c659 100644
--- a/docs/developing.adoc
+++ b/docs/developing.adoc
@@ -40,13 +40,14 @@ include::installation.adoc[tags=view_api]
 == Working Examples
 
 Several example applications are provided in the
-link:https://github.com/cloudera/kudu-examples[kudu-examples] Github
-repository. Each example includes a `README` that shows how to compile and run
-it. These examples illustrate correct usage of the Kudu APIs, as well as how to
-set up a virtual machine to run Kudu. The following list includes some of the
+link:https://github.com/apache/kudu/tree/master/examples[examples directory]
+of the Apache Kudu git repository. Each example includes a `README` that shows
+how to compile and run it. The following list includes some of the
 examples that are available today. Check the repository itself in case this 
list goes
 out of date.
 
+`cpp/example.cc`::
+  A simple C++ application which connects to a Kudu instance, creates a table, 
writes data to it, then drops the table.
 `java/java-example`::
   A simple Java application which connects to a Kudu instance, creates a 
table, writes data to it, then drops the table.
 `java/collectl`::
@@ -58,10 +59,7 @@ out of date.
   An example program that shows how to use the Kudu Python API to load data 
into a new / existing Kudu table
   generated by an external program, `dstat` in this case.
 `python/graphite-kudu`::
-  An experimental plugin for using graphite-web with Kudu as a backend.
-`demo-vm-setup`::
-  Scripts to download and run a VirtualBox virtual machine with Kudu already 
installed.
-  See link:quickstart.html[Quickstart] for more information.
+  An example plugin for using graphite-web with Kudu as a backend.
 
 These examples should serve as helpful starting points for your own Kudu 
applications and integrations.
 

Reply via email to