You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2016/12/23 00:23:33 UTC

geode git commit: CTR: remove incorrect links to Pivotal Native Client product APIs

Repository: geode
Updated Branches:
  refs/heads/develop 815d909e9 -> c5740f208


CTR: remove incorrect links to Pivotal Native Client product APIs


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

Branch: refs/heads/develop
Commit: c5740f20852b69fd5d1f578a32383fb2a2270138
Parents: 815d909
Author: Karen Miller <km...@pivotal.io>
Authored: Thu Dec 22 16:21:54 2016 -0800
Committer: Karen Miller <km...@pivotal.io>
Committed: Thu Dec 22 16:23:17 2016 -0800

----------------------------------------------------------------------
 geode-docs/getting_started/querying_quick_reference.html.md.erb | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/c5740f20/geode-docs/getting_started/querying_quick_reference.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/getting_started/querying_quick_reference.html.md.erb b/geode-docs/getting_started/querying_quick_reference.html.md.erb
index 5a117d2..74ea3eb 100644
--- a/geode-docs/getting_started/querying_quick_reference.html.md.erb
+++ b/geode-docs/getting_started/querying_quick_reference.html.md.erb
@@ -511,8 +511,6 @@ If you are querying a Java application\u2019s local cache or querying other members
 
 If you are writing a Java client to server query, use [org.apache.geode.cache.client.Pool.getQueryService](/releases/latest/javadoc/org/apache/geode/cache/client/Pool.html).
 
-If you are writing a native client to server query, use the [.NET API](/releases/latest/net_api/DotNetDocs/Index.html) or the [C++ API](/releases/latest/cpp_api/cppdocs/index.html).
-
 ## <a id="reference_D5CE64F5FD6F4A808AEFB748C867189E__section_3E6E4B33D57846008EF4404D2B687597" class="no-quick-link"></a>How do I invoke an object's method in a query?
 
 To use a method in a query, use the attribute name that maps to the public method you want to invoke. For example: