From 3c131ff915da39dbd288e7e88d88805a03c54e7f Mon Sep 17 00:00:00 2001 From: amurmann Date: Mon, 3 Apr 2023 16:43:33 -0700 Subject: [PATCH] Documentation links point to VMware GemFire docs --- feature-examples/compression/README.md | 2 +- feature-examples/indexes/README.md | 4 ++-- feature-examples/micrometerMetrics/README.md | 4 +--- feature-examples/rest/README.md | 2 +- feature-examples/sessionState/README.md | 2 +- feature-examples/transaction/README.md | 2 +- feature-examples/wan/README.md | 2 +- feature-examples/wanDelta/README.md | 3 +-- 8 files changed, 9 insertions(+), 12 deletions(-) diff --git a/feature-examples/compression/README.md b/feature-examples/compression/README.md index 0cf56ed1..094ae3dd 100644 --- a/feature-examples/compression/README.md +++ b/feature-examples/compression/README.md @@ -22,7 +22,7 @@ limitations under the License. # GemFire Compression example This is a simple example that demonstrates enabling Compression in a -replicated region. The Default compression algorithm included with GemFire is Snappy. Additionally, you can specify your own compressor algorithm as well by implementing `org.apache.geode.compression.Compression` Interface. For enabling compression on a GemFire region you can follow the official [document](https://geode.apache.org/docs/guide/113/managing/region_compression.html#topic_inm_whc_gl). +replicated region. The Default compression algorithm included with GemFire is Snappy. Additionally, you can specify your own compressor algorithm as well by implementing `org.apache.geode.compression.Compression` Interface. For enabling compression on a GemFire region you can follow the official [document](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/managing-region_compression.html#how-to-enable-compression-in-a-region-2). This example assumes you have installed JDK11 and GemFire. diff --git a/feature-examples/indexes/README.md b/feature-examples/indexes/README.md index e04708db..4c0dc061 100644 --- a/feature-examples/indexes/README.md +++ b/feature-examples/indexes/README.md @@ -22,12 +22,12 @@ limitations under the License. # GemFire OQL Indexing Example This example demonstrates an index for OQL -[queries](https://geode.apache.org/docs/guide/11/developing/query_index/query_index.html) +[queries](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/developing-query_index-query_index.html) on a region. A region can contain objects of arbitrary complexity, including objects that contain other objects. The values of a region can be queried using -[OQL](https://geode.apache.org/docs/guide/11/developing/querying_basics/chapter_overview.html) and +[OQL](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/developing-querying_basics-chapter_overview.html) and OQL queries can reference fields in the objects in the region. Indexes can be created to improve the performance of queries. Certain optimizations occur for top-level fields but indexes can also be created for nested fields, i.e., fields of objects that are contained with the objects in the diff --git a/feature-examples/micrometerMetrics/README.md b/feature-examples/micrometerMetrics/README.md index af1e873d..b112b9ab 100644 --- a/feature-examples/micrometerMetrics/README.md +++ b/feature-examples/micrometerMetrics/README.md @@ -22,9 +22,7 @@ limitations under the License. # GemFire Micrometer Metrics Example This example demonstrates publishing metrics from GemFire to a monitoring system comprised of -Prometheus and Grafana. For more details about how this works, see [Publishing GemFire Metrics to -External Monitoring -Systems](https://cwiki.apache.org/confluence/display/GEODE/Publishing+Geode+Metrics+to+External+Monitoring+Systems). +Prometheus and Grafana. For more details see [VMware GemFire Micrometer](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/tools_modules-micrometer-micrometer-overview.html). ## Steps to Run and Validate the Example diff --git a/feature-examples/rest/README.md b/feature-examples/rest/README.md index 867720e8..438bc2e4 100644 --- a/feature-examples/rest/README.md +++ b/feature-examples/rest/README.md @@ -22,7 +22,7 @@ limitations under the License. # GemFire REST API example This is a simple example that demonstrates putting values into a -replicated region and retrieving the values using the GemFire REST API. For enabling the REST API you can follow the official [document](https://geode.apache.org/docs/guide/19/rest_apps/setup_config.html#setup_config_enabling_rest). +replicated region and retrieving the values using the GemFire REST API. For enabling the REST API you can follow the official [document](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/rest_apps-setup_config.html). This example assumes you have installed JDK11 and GemFire. diff --git a/feature-examples/sessionState/README.md b/feature-examples/sessionState/README.md index ca6d082f..f9cb351a 100644 --- a/feature-examples/sessionState/README.md +++ b/feature-examples/sessionState/README.md @@ -27,7 +27,7 @@ This example assumes you have GemFire and Java installed. It also assumes you ha It was designed and tested with GemFire 1.9.0 and Tomcat 9, and while the session features will work with other combinations you may need to make some changes to the setup if you're using other versions. For more information about how to set up the tomcat module with your version of Tomcat and GemFire see the official documentation at: -`https://geode.apache.org/docs/guide/19/tools_modules/http_session_mgmt/tomcat_installing_the_module.html` +`https://docs.vmware.com/en/VMware-GemFire/10.0/gf/tools_modules-http_session_mgmt-tomcat_setting_up_the_module.html` ##Steps diff --git a/feature-examples/transaction/README.md b/feature-examples/transaction/README.md index 0e892225..d49be1b2 100644 --- a/feature-examples/transaction/README.md +++ b/feature-examples/transaction/README.md @@ -21,7 +21,7 @@ limitations under the License. # GemFire Transaction Example -This is a simple example that demonstrates the use of [transactions](https://geode.apache.org/docs/guide/11/developing/transactions/working_with_transactions.html) +This is a simple example that demonstrates the use of [transactions](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/developing-transactions-chapter_overview.html) to protect consistency during concurrent access and modification of data. Since a region may configured across multiple servers and multiple clients may interact with that region independent of each other, data integrity relies on synchronization of modifications between all actors. diff --git a/feature-examples/wan/README.md b/feature-examples/wan/README.md index 005bd3d6..28d60edc 100644 --- a/feature-examples/wan/README.md +++ b/feature-examples/wan/README.md @@ -31,7 +31,7 @@ gateway senders in remote GemFire clusters. The gateway senders and receivers can be configured in several different topologies based on specific business needs. For more information on example topologies and associated use cases see GemFire documentation on -[Multi-site WAN Configuration](http://geode.apache.org/docs/guide/topologies_and_comm/multi_site_configuration/chapter_overview.html) +[Multi-site WAN Configuration](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/topologies_and_comm-multi_site_configuration-chapter_overview.html) In this example, two clusters are created on your local machine, each with a unique distributed system id and the WAN gateway configured diff --git a/feature-examples/wanDelta/README.md b/feature-examples/wanDelta/README.md index 7aecee86..e1d3cc96 100644 --- a/feature-examples/wanDelta/README.md +++ b/feature-examples/wanDelta/README.md @@ -15,8 +15,7 @@ gateway senders in remote GemFire clusters. The gateway senders and receivers can be configured in several different topologies based on specific business needs. For more information on example topologies and associated use cases see GemFire documentation on -[Multi-site WAN Configuration](http://geode.apache.org/docs/guide/topologies_and_comm/multi_site_configuration/chapter_overview.html) -and [WAN Delta](http://geode.apache.org/docs/guide/topologies_and_comm/multi_site_configuration/chapter_overview.html). +[Multi-site WAN Configuration](https://docs.vmware.com/en/VMware-GemFire/10.0/gf/topologies_and_comm-multi_site_configuration-chapter_overview.html). In this example, two clusters are created on your local machine, each with a unique distributed system id and the WAN gateway configured