Skip to content

Commit 59d564f

Browse files
authored
[TRIVIAL] Fixed documentation link (hazelcast#745)
It seems the following anchor in the Hz docs changed: https://docs.hazelcast.com/hazelcast/latest/getting-started/install-hazelcast#using-a-package-manager That causes a failure creating the Python docs.
1 parent bc46f90 commit 59d564f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ There are following options to start a Hazelcast cluster easily:
4848

4949
.. code:: bash
5050
51-
docker run -p 5701:5701 hazelcast/hazelcast:5.3.0
51+
docker run -p 5701:5701 hazelcast/hazelcast:5.5.0
5252
5353
- You can use `Hazelcast CLI
54-
<https://docs.hazelcast.com/hazelcast/latest/getting-started/install-hazelcast#using-a-package-manager>`__.
54+
<https://docs.hazelcast.com/hazelcast/latest/getting-started/install-hazelcast#use-a-package-manager>`__.
5555
- You can run standalone members by downloading and running distribution
5656
files from the website.
5757
- You can embed members to your Java projects.

0 commit comments

Comments
 (0)