From 60cbf80fef660e4f56b695d3c4ef962acb83314a Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Thu, 2 Oct 2025 09:51:08 +0300 Subject: [PATCH] Fixed documentation link --- docs/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index ffc47ed26c..173486fd06 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -48,10 +48,10 @@ There are following options to start a Hazelcast cluster easily: .. code:: bash - docker run -p 5701:5701 hazelcast/hazelcast:5.3.0 + docker run -p 5701:5701 hazelcast/hazelcast:5.5.0 - You can use `Hazelcast CLI - `__. + `__. - You can run standalone members by downloading and running distribution files from the website. - You can embed members to your Java projects.