From 7778611041fe8379708909a4a9ac3e535141d0c7 Mon Sep 17 00:00:00 2001 From: Serdar Ozmen Date: Thu, 11 Jan 2024 19:13:30 +0300 Subject: [PATCH] Fixing unresolved configuration file URLs. (#951) * Fixing unresolved configuration file URLs. * Fix CLC docs path. --- check-links-playbook.yml | 2 +- .../pages/configuring-declaratively.adoc | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/check-links-playbook.yml b/check-links-playbook.yml index 32e07aed9..3c83698c9 100644 --- a/check-links-playbook.yml +++ b/check-links-playbook.yml @@ -140,7 +140,7 @@ content: - url: https://github.com/hazelcast-guides/hazelcast-platform-operator-external-backup-restore branches: master start_path: docs - - url: https://github.com/hazelcast/hazelcast-commandline-client + - url: https://github.com/hazelcast/clc-docs branches: main start_path: docs ui: diff --git a/docs/modules/configuration/pages/configuring-declaratively.adoc b/docs/modules/configuration/pages/configuring-declaratively.adoc index a9b3f5f0d..05e5feefc 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