Skip to content

Commit

Permalink
Fixing unresolved configuration file URLs. (#951)
Browse files Browse the repository at this point in the history
* Fixing unresolved configuration file URLs.

* Fix CLC docs path.
  • Loading branch information
Serdaro authored Jan 11, 2024
1 parent 716ac6a commit 7778611
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion check-links-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
16 changes: 8 additions & 8 deletions docs/modules/configuration/pages/configuring-declaratively.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7778611

Please sign in to comment.