From 1886af6914dc0ee921e24d8018fd4de7eb22fe5e Mon Sep 17 00:00:00 2001 From: Oliver Howell Date: Wed, 7 Aug 2024 20:58:14 +0100 Subject: [PATCH] Fix duplicate links in configuration-guide.adoc (#1247) Fixes https://github.com/hazelcast/hz-docs/issues/1245 Is it a duplicate or did someone intend to make the 2nd item point to the other page? --- docs/modules/mapstore/pages/configuration-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/mapstore/pages/configuration-guide.adoc b/docs/modules/mapstore/pages/configuration-guide.adoc index 635fbf9eb..d1dcda807 100644 --- a/docs/modules/mapstore/pages/configuration-guide.adoc +++ b/docs/modules/mapstore/pages/configuration-guide.adoc @@ -11,7 +11,7 @@ If you use Hazelcast in client/server mode, make sure to add the MapStore to the To configure a MapStore, you must provide the <> of your class that implements the MapStore. -NOTE: Follow the instructions in xref:mapstore:configuring-a-generic-maploader.adoc[] or xref:mapstore:configuring-a-generic-maploader.adoc[] for this step if you are using a pre-built Mapstore. +NOTE: Follow the instructions in xref:mapstore:configuring-a-generic-maploader.adoc[] or xref:mapstore:configuring-a-generic-mapstore.adoc[] for this step if you are using a pre-built Mapstore. [tabs] ====