Skip to content

Commit

Permalink
API-602 Update links (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
srknzl committed Jul 13, 2021
1 parent 20952ec commit e9d70e7
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 38 deletions.
66 changes: 33 additions & 33 deletions DOCUMENTATION.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

---

[Hazelcast](https://hazelcast.org/) is an open-source distributed in-memory data store and computation platform that
[Hazelcast](https://hazelcast.com/) is an open-source distributed in-memory data store and computation platform that
provides a wide variety of distributed data structures and concurrency primitives.

Hazelcast Node.js client is a way to communicate to Hazelcast IMDG clusters and access the cluster data.
Expand All @@ -40,7 +40,7 @@ The quickest way to start a single member cluster for development purposes is to
docker run -p 5701:5701 hazelcast/hazelcast:4.1.1
```

You can also use our ZIP or TAR [distributions](https://hazelcast.org/imdg/download/archives/#hazelcast-imdg)
You can also use our ZIP or TAR [distributions](https://hazelcast.com/open-source-projects/downloads/)
as described [here](DOCUMENTATION.md#121-setting-up-a-hazelcast-imdg-cluster).

### Client
Expand Down Expand Up @@ -117,7 +117,7 @@ Refer to [the documentation](DOCUMENTATION.md) to learn more about supported con
* Integration with [Hazelcast Cloud](https://cloud.hazelcast.com/)
* Support for serverless and traditional web service architectures with **Unisocket** and **Smart** operation modes
* Ability to listen client lifecycle, cluster state and distributed data structure events
* and [many more](https://hazelcast.org/imdg/clients-languages/node-js/#client-features).
* and [many more](https://hazelcast.com/clients/node-js/#client-features).

## Getting Help

Expand Down
2 changes: 1 addition & 1 deletion code_samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This folder contains an extensive collection of Hazelcast Node.js Client code samples, which helps you to learn how to use Hazelcast features. The following lists the samples with their brief descriptions.

**org-website/** — Folder including the samples to display on https://hazelcast.org.
**com-website/** — Folder including the samples to display on https://hazelcast.com.

**aggregation.js** — Built-in aggregation samples.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!--
The default Hazelcast configuration. This is used when no hazelcast.xml is present.
Please see the schema for how to configure Hazelcast at https://hazelcast.com/schema/config/hazelcast-config-3.7.xsd
or the documentation at https://hazelcast.org/documentation/
or the documentation at https://docs.hazelcast.com
-->
<hazelcast xmlns="http://www.hazelcast.com/schema/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down

0 comments on commit e9d70e7

Please sign in to comment.