Skip to content

Commit 3bd8ab1

Browse files
committed
fixes links in readme
1 parent 0660865 commit 3bd8ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ This section describes the most common configuration elements to get you started
303303
It discusses some member side configuration options to ease the understanding of Hazelcast's ecosystem. Then, the client side configuration options
304304
regarding the cluster connection are discussed. The configurations for the Hazelcast IMDG data structures that can be used in the Node.js client are discussed in the following sections.
305305

306-
See the [Hazelcast IMDG Reference Manual](https://docs.hazelcast.org/docs/latest/manual/html-single/index.html) and [Configuration Overview section](#configuration-overview) for more information.
306+
See the [Hazelcast IMDG Reference Manual](https://docs.hazelcast.org/docs/latest/manual/html-single/index.html) and [Configuration Overview section](#3-configuration-overview) for more information.
307307

308308
### 1.4.1. Configuring Hazelcast IMDG
309309

@@ -410,7 +410,7 @@ of your application's entry point.
410410
If you prefer to keep your `hazelcast-client.json` file somewhere else, you can override the environment variable `HAZELCAST_CLIENT_CONFIG`
411411
with the location of your config file. In this case, the client uses the configuration file specified in the environment variable.
412412

413-
For the structure of `hazelcast-client.json`, see the [hazelcast-client-full.json file](test/config/hazelcast-client-full.json). You
413+
For the structure of `hazelcast-client.json`, see the [hazelcast-client-full.json file](hazelcast-client-full.json). You
414414
can use only the relevant parts of the file in your `hazelcast-client.json` and remove the rest. The default configuration is used for any
415415
part that you do not explicitly set in the `hazelcast-client.json` file.
416416

0 commit comments

Comments
 (0)