diff --git a/docs/storage/coherence/README.md b/docs/storage/coherence/README.md index f4d12aaeb7c..14f7c264343 100644 --- a/docs/storage/coherence/README.md +++ b/docs/storage/coherence/README.md @@ -1,5 +1,5 @@ # Coherence - + A Coherence storage driver using [https://github.com/oracle/coherence-go-client](https://github.com/oracle/coherence-go-client). ### Table of Contents @@ -35,10 +35,10 @@ necessary for the client to operate correctly. To start a Coherence cluster using Docker, issue the following: ```bash -docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:22.06.7 +docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:24.09 ``` -See the documentation [here](https://pkg.go.dev/github.com/oracle/coherence-go-client/coherence#hdr-Obtaining_a_Session) on connection options +See the documentation [here](https://pkg.go.dev/github.com/oracle/coherence-go-client/v2@v2.0.0/coherence#hdr-Obtaining_a_Session) on connection options when creating a Coherence session. ### Examples