From c9205fb0e91ef12b764b6bc1d451b84a7f6f15c0 Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Thu, 18 Apr 2024 11:42:25 +0300 Subject: [PATCH] Fixing config file URLs of stable versions for future releases. (#1089) --- .../pages/configuring-declaratively.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/modules/configuration/pages/configuring-declaratively.adoc b/docs/modules/configuration/pages/configuring-declaratively.adoc index 46fa783b8..c7eaa5587 100644 --- a/docs/modules/configuration/pages/configuring-declaratively.adoc +++ b/docs/modules/configuration/pages/configuring-declaratively.adoc @@ -19,9 +19,9 @@ link:https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resou https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resources/hazelcast-default.yaml[hazelcast-default.yaml] endif::[] ifndef::snapshot[] -link:https://github.com/hazelcast/hazelcast/tree/{full-version}/hazelcast/src/main/resources/hazelcast-default.xml[hazelcast-default.xml] +link:https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-default.xml[hazelcast-default.xml] -https://github.com/hazelcast/hazelcast/tree/{full-version}/hazelcast/src/main/resources/hazelcast-default.yaml[hazelcast-default.yaml] +https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-default.yaml[hazelcast-default.yaml] endif::[] |Default configuration file for Hazelcast. The configuration for Hazelcast's storage and streaming engines in this file should @@ -37,9 +37,9 @@ link:https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resou https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resources/hazelcast-full-example.yaml[hazelcast-full-example.yaml] endif::[] ifndef::snapshot[] -link:https://github.com/hazelcast/hazelcast/tree/{full-version}/hazelcast/src/main/resources/hazelcast-full-example.xml[hazelcast-full-example.xml] +link:https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-full-example.xml[hazelcast-full-example.xml] -https://github.com/hazelcast/hazelcast/tree/{full-version}/hazelcast/src/main/resources/hazelcast-full-example.yaml[hazelcast-full-example.yaml] +https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-full-example.yaml[hazelcast-full-example.yaml] endif::[] |Configuration files which include all Hazelcast configuration @@ -54,9 +54,9 @@ link:https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resou https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resources/hazelcast-client-full-example.yaml[hazelcast-client-full-example.yaml] endif::[] ifndef::snapshot[] -link:https://github.com/hazelcast/hazelcast/tree/{full-version}/hazelcast/src/main/resources/hazelcast-client-full-example.xml[hazelcast-client-full-example.xml] +link:https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-client-full-example.xml[hazelcast-client-full-example.xml] -https://github.com/hazelcast/hazelcast/tree/{full-version}/hazelcast/src/main/resources/hazelcast-client-full-example.yaml[hazelcast-client-full-example.yaml] +https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-client-full-example.yaml[hazelcast-client-full-example.yaml] endif::[] |Complete Hazelcast client example configuration @@ -69,9 +69,9 @@ link:https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resou https://github.com/hazelcast/hazelcast/tree/master/hazelcast/src/main/resources/hazelcast-client-failover-full-example.yaml[hazelcast-client-failover-full-example.yaml] endif::[] ifndef::snapshot[] -link:https://github.com/hazelcast/hazelcast/tree/{full-version}/hazelcast/src/main/resources/hazelcast-client-failover-full-example.xml[hazelcast-client-failover-full-example.xml] +link:https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-client-failover-full-example.xml[hazelcast-client-failover-full-example.xml] -https://github.com/hazelcast/hazelcast/tree/{full-version}/hazelcast/src/main/resources/hazelcast-client-failover-full-example.yaml[hazelcast-client-failover-full-example.yaml] +https://github.com/hazelcast/hazelcast/tree/v{full-version}/hazelcast/src/main/resources/hazelcast-client-failover-full-example.yaml[hazelcast-client-failover-full-example.yaml] endif::[] |Complete Hazelcast client failover example