From 72028081039eb5facf4d9a190ad54431c9e155aa Mon Sep 17 00:00:00 2001 From: Amanda Lindsay Date: Mon, 18 Nov 2024 09:04:00 +0000 Subject: [PATCH] Update map-config.adoc Changed broken link to point to master to avoid a 404 --- docs/modules/data-structures/pages/map-config.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/data-structures/pages/map-config.adoc b/docs/modules/data-structures/pages/map-config.adoc index 4b24f5c87..326d32aec 100644 --- a/docs/modules/data-structures/pages/map-config.adoc +++ b/docs/modules/data-structures/pages/map-config.adoc @@ -23,8 +23,8 @@ ifdef::snapshot[] endif::[] ifndef::snapshot[] -* link:https://github.com/hazelcast/hazelcast/blob/v{full-version}/hazelcast/src/main/resources/hazelcast-full-example.xml[hazelcast-full-example.xml] -* link:https://github.com/hazelcast/hazelcast/blob/v{full-version}/hazelcast/src/main/resources/hazelcast-full-example.yaml[hazelcast-full-example.yaml] +* link:https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/resources/hazelcast-full-example.xml[hazelcast-full-example.xml] +* link:https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/resources/hazelcast-full-example.yaml[hazelcast-full-example.yaml] endif::[] ==== @@ -112,4 +112,4 @@ You can use wildcards to create standard configurations for your application, th == Next Steps -For a complete discussion of Hazelcast configuration options and operations, go to the xref:configuration:understanding-configuration.adoc[configuration] section of the documentation. \ No newline at end of file +For a complete discussion of Hazelcast configuration options and operations, go to the xref:configuration:understanding-configuration.adoc[configuration] section of the documentation.