You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2021/04/05 21:18:26 UTC

[geode-native] branch support/1.14 updated: GEODE-6816: geode-native userguide: fix broken api links (#781)

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 5e01119  GEODE-6816: geode-native userguide: fix broken api links (#781)
5e01119 is described below

commit 5e0111989d3ddc9dccfacece041c69ac63959f7c
Author: Dave Barnes <db...@apache.org>
AuthorDate: Mon Apr 5 14:07:41 2021 -0700

    GEODE-6816: geode-native userguide: fix broken api links (#781)
---
 docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb | 3 +--
 .../configuring/config-client-cache.html.md.erb                        | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb b/docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb
index ffe074a..6f502cb 100644
--- a/docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb
+++ b/docs/geode-native-docs-cpp/configuring/config-client-cache.html.md.erb
@@ -32,5 +32,4 @@ Regions are created from `Cache` instances. Regions provide the entry points to
 instances of `Region` and `RegionEntry`.
 
 For more information specific to your client programming language, see the
-[C++ Client API](cppdocs).
-
+[C++ Client API](/cppapiref/hierarchy.html).
diff --git a/docs/geode-native-docs-dotnet/configuring/config-client-cache.html.md.erb b/docs/geode-native-docs-dotnet/configuring/config-client-cache.html.md.erb
index c111dfc..1afa472 100644
--- a/docs/geode-native-docs-dotnet/configuring/config-client-cache.html.md.erb
+++ b/docs/geode-native-docs-dotnet/configuring/config-client-cache.html.md.erb
@@ -32,5 +32,5 @@ Regions are created from `Cache` instances. Regions provide the entry points to
 instances of `Region` and `RegionEntry`.
 
 For more information specific to your client programming language, see the
-[.NET Client API](dotnetdocs).
+[.NET Client API](/dotnetapiref/hierarchy.html).