This is an automated email from the ASF dual-hosted git repository. awong pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/kudu.git
commit dd10e5918c13c73f27f1ce652ca1d10dabec58fd Author: Attila Bukor <[email protected]> AuthorDate: Mon Aug 3 16:19:38 2020 +0200 Fix link to Kudu examples in community page Change-Id: Ib4ae4a7bf873439945cd619277a053d21f91806a Reviewed-on: http://gerrit.cloudera.org:8080/16275 Reviewed-by: Grant Henke <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Andrew Wong <[email protected]> --- community.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community.md b/community.md index 55d6dc1..d30b168 100644 --- a/community.md +++ b/community.md @@ -121,7 +121,7 @@ before you get started. #### Request and review examples. -The [kudu-examples](https://github.com/cloudera/kudu-examples) repository +The [examples](https://github.com/apache/kudu/tree/master/examples) directory includes working code examples. As more examples are requested and added, they will need review and clean-up. This is another way you can get involved.
