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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 19400a0  Fix broken API links in NC client-cache-ref
19400a0 is described below

commit 19400a0b7e9f645ee39ca08aee9bfb8e7d6745dd
Author: Dave Barnes <dbar...@apache.org>
AuthorDate: Thu Nov 19 15:45:15 2020 -0800

    Fix broken API links in NC client-cache-ref
---
 docs/geode-native/cpp/113/client-cache-ref.html    | 10 ++++----
 docs/geode-native/dotnet/113/client-cache-ref.html | 27 +++++-----------------
 2 files changed, 11 insertions(+), 26 deletions(-)

diff --git a/docs/geode-native/cpp/113/client-cache-ref.html 
b/docs/geode-native/cpp/113/client-cache-ref.html
index 9017b15..963ce1e 100644
--- a/docs/geode-native/cpp/113/client-cache-ref.html
+++ b/docs/geode-native/cpp/113/client-cache-ref.html
@@ -925,7 +925,7 @@ The counter is reset after any access, including create, 
put, and get operations
 
 <p>A partition resolver is used for single-hop access to partitioned region 
entries on the server side. This resolver
 implementation must match that of the <code>PartitionResolver</code> on the 
server side.
-See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the 
<strong>PartitionResolver</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>PartitionResolver</strong> class.</p>
 
 <p>For example:</p>
 <pre class="highlight xml"><code><span 
class="nt">&lt;partition-resolver</span> <span 
class="na">library-name=</span><span class="s">"appl-lib"</span>
@@ -937,21 +937,21 @@ See the <a href="/cppdocs/hierarchy.html">API Class 
Reference</a> for the <stron
 <h2 id="&lt;cache-loader&gt;">&lt;cache-loader&gt;</h2>
 
 <p>&lt;cache-loader&gt; identifies a cache loader function by specifying 
<code>library-name</code> and <code>library-function-name</code>.
-See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the 
<strong>CacheLoader</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
 
 <p><a id="cache-listener-ref"></a></p>
 
 <h2 id="&lt;cache-listener&gt;">&lt;cache-listener&gt;</h2>
 
 <p>&lt;cache-listener&gt; identifies a cache listener function by specifying 
<code>library-name</code> and <code>library-function-name</code>.
-See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the 
<strong>CacheListener</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>CacheListener</strong> class.</p>
 
 <p><a id="cache-writer-ref"></a></p>
 
 <h2 id="&lt;cache-writer&gt;">&lt;cache-writer&gt;</h2>
 
 <p>&lt;cache-writer&gt; identifies a cache writer function by specifying 
<code>library-name</code> and <code>library-function-name</code>.
-See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the 
<strong>CacheWriter</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>CacheWriter</strong> class.</p>
 
 <p><a id="persistence-manager-ref"></a></p>
 
@@ -959,7 +959,7 @@ See the <a href="/cppdocs/hierarchy.html">API Class 
Reference</a> for the <stron
 
 <p>For each region, if the disk-policy attribute is set to 
<code>overflows</code>, a persistence-manager plug-in
 must perform cache-to-disk and disk-to-cache operations.
-See the <a href="/cppdocs/hierarchy.html">API Class Reference</a> for the 
<strong>PersistenceManager</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/cppdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>PersistenceManager</strong> class.</p>
 
 <p>&lt;persistence-manager&gt; identifies a persistence manager function by 
specifying <code>library-name</code> and <code>library-function-name</code>.
 You can also specify a set of properties to be passed to the function as 
parameters.</p>
diff --git a/docs/geode-native/dotnet/113/client-cache-ref.html 
b/docs/geode-native/dotnet/113/client-cache-ref.html
index ee39b5e..2c365f5 100644
--- a/docs/geode-native/dotnet/113/client-cache-ref.html
+++ b/docs/geode-native/dotnet/113/client-cache-ref.html
@@ -133,21 +133,6 @@ limitations under the License.
     </li>
 
     <li class="has_submenu">
-        <a 
href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools.html">Configuring
 Pools</a>
-        <ul>
-            <li>
-                <a 
href="/docs/geode-native/dotnet/113/connection-pools/client-pool-api.html">Native
 Client Pool API</a>
-            </li>
-            <li>
-                <a 
href="/docs/geode-native/dotnet/113/connection-pools/configuring-pools-attributes-example.html">Pool
 Configuration Example and Settings</a>
-            </li>
-            <li>
-                <a 
href="/docs/geode-native/dotnet/113/connection-pools/subscription-properties.html">Subscription
 Properties</a>
-            </li>
-        </ul>
-    </li>
-
-    <li class="has_submenu">
       <a 
href="/docs/geode-native/dotnet/113/serialization/data-serialization.html">Serializing
 Data</a>
       <ul>
         <li class="has_submenu">
@@ -160,7 +145,7 @@ limitations under the License.
               <a 
href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/serialize-using-ipdxserializable.html">Using
 the IPdxSerializable Interface</a>
             </li>
             <li>
-              <a 
href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable
 Example</a>
+              <a 
href="/docs/geode-native/dotnet/113/serialization/dotnet-serialization/pdx-serializable-examples.html">IPdxSerializable
 Examples</a>
             </li>
           </ul>
         </li>
@@ -941,7 +926,7 @@ The counter is reset after any access, including create, 
put, and get operations
 
 <p>A partition resolver is used for single-hop access to partitioned region 
entries on the server side. This resolver
 implementation must match that of the <code>PartitionResolver</code> on the 
server side.
-See the <a href="/apidocs/hierarchy.html">API Class Reference</a> for the 
<strong>PartitionResolver</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>PartitionResolver</strong> class.</p>
 
 <p>For example:</p>
 <pre class="highlight xml"><code><span 
class="nt">&lt;partition-resolver</span> <span 
class="na">library-name=</span><span class="s">"appl-lib"</span>
@@ -953,21 +938,21 @@ See the <a href="/apidocs/hierarchy.html">API Class 
Reference</a> for the <stron
 <h2 id="&lt;cache-loader&gt;">&lt;cache-loader&gt;</h2>
 
 <p>&lt;cache-loader&gt; identifies a cache loader function by specifying 
<code>library-name</code> and <code>library-function-name</code>.
-See the <a href="/apidocs/hierarchy.html">API Class Reference</a> for the 
<strong>CacheLoader</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>CacheLoader</strong> class.</p>
 
 <p><a id="cache-listener-ref"></a></p>
 
 <h2 id="&lt;cache-listener&gt;">&lt;cache-listener&gt;</h2>
 
 <p>&lt;cache-listener&gt; identifies a cache listener function by specifying 
<code>library-name</code> and <code>library-function-name</code>.
-See the <a href="/apidocs/hierarchy.html">API Class Reference</a> for the 
<strong>CacheListener</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>CacheListener</strong> class.</p>
 
 <p><a id="cache-writer-ref"></a></p>
 
 <h2 id="&lt;cache-writer&gt;">&lt;cache-writer&gt;</h2>
 
 <p>&lt;cache-writer&gt; identifies a cache writer function by specifying 
<code>library-name</code> and <code>library-function-name</code>.
-See the <a href="/apidocs/hierarchy.html">API Class Reference</a> for the 
<strong>CacheWriter</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>CacheWriter</strong> class.</p>
 
 <p><a id="persistence-manager-ref"></a></p>
 
@@ -975,7 +960,7 @@ See the <a href="/apidocs/hierarchy.html">API Class 
Reference</a> for the <stron
 
 <p>For each region, if the disk-policy attribute is set to 
<code>overflows</code>, a persistence-manager plug-in
 must perform cache-to-disk and disk-to-cache operations.
-See the <a href="/apidocs/hierarchy.html">API Class Reference</a> for the 
<strong>PersistenceManager</strong> class.</p>
+See the <a 
href="https://geode.apache.org/releases/latest/dotnetdocs/hierarchy.html";>API 
Class Reference</a> for the <strong>PersistenceManager</strong> class.</p>
 
 <p>&lt;persistence-manager&gt; identifies a persistence manager function by 
specifying <code>library-name</code> and <code>library-function-name</code>.
 You can also specify a set of properties to be passed to the function as 
parameters.</p>

Reply via email to