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 2019/04/19 22:41:31 UTC

[geode-native] branch develop updated: User Guide: Add a link to the official XSD declarative cache schema

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new add53da  User Guide: Add a link to the official XSD declarative cache schema
add53da is described below

commit add53da376c3044feb2fb22dc37a30989c271f19
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Fri Apr 19 15:39:38 2019 -0700

    User Guide: Add a link to the official XSD declarative cache schema
---
 docs/geode-native-docs/regions/regions.html.md.erb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/geode-native-docs/regions/regions.html.md.erb b/docs/geode-native-docs/regions/regions.html.md.erb
index fe1beb6..6940bb4 100644
--- a/docs/geode-native-docs/regions/regions.html.md.erb
+++ b/docs/geode-native-docs/regions/regions.html.md.erb
@@ -110,9 +110,8 @@ Like the programmatic examples above, the following example creates two regions
     
 ```
 
-The `cache.xml` file contents must conform to the XML described in the `cpp-cache-1.0.xsd` file provided in your distribution's `xsds`
-subdirectory.
-
+The `cache.xml` file contents must conform to the XML described in the `cpp-cache-1.0.xsd` file provided in your distribution's `xsds` subdirectory
+and available online at [https://geode.apache.org/schema/cpp-cache/cpp-cache-1.0.xsd](https://geode.apache.org/schema/cpp-cache/cpp-cache-1.0.xsd).
 
 ## <a id="invalidating-regions"></a>Invalidating and Destroying Regions