Skip to content

Commit 9bc6223

Browse files
committed
adjusted Eclipse Ditto domain to eclipse.dev/ditto
1 parent a41fc05 commit 9bc6223

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This content is produced and maintained by the Eclipse Ditto project.
22

3-
* Project home: https://www.eclipse.org/ditto
3+
* Project home: https://www.eclipse.dev/ditto/
44

55
# Trademarks
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Join the chat at https://gitter.im/eclipse/ditto](https://badges.gitter.im/eclipse/ditto.svg)](https://gitter.im/eclipse/ditto?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
99
[![License](https://img.shields.io/badge/License-EPL%202.0-green.svg)](https://opensource.org/licenses/EPL-2.0)
1010

11-
This repository contains client SDKs in different languages for [Eclipse Ditto](https://www.eclipse.org/ditto/).
11+
This repository contains client SDKs in different languages for [Eclipse Ditto](https://www.eclipse.dev/ditto/).
1212

1313
## [Java](java/)
1414

java/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ Deliver a client SDK for Java in order to interact with digital twins provided b
66

77
## Features
88

9-
* Digital twin management: CRUD (create, read, update, delete) of Ditto [things](https://www.eclipse.org/ditto/basic-thing.html)
10-
* [Change notifications](https://www.eclipse.org/ditto/basic-changenotifications.html):
9+
* Digital twin management: CRUD (create, read, update, delete) of Ditto [things](https://www.eclipse.dev/ditto/basic-thing.html)
10+
* [Change notifications](https://www.eclipse.dev/ditto/basic-changenotifications.html):
1111
consume notifications whenever a "watched" digital twin is modified
12-
* Send/receive [messages](https://www.eclipse.org/ditto/basic-messages.html) to/from devices connected via a digital twin
13-
* Use the [live channel](https://www.eclipse.org/ditto/protocol-twinlive.html#live) in order to react on commands directed
12+
* Send/receive [messages](https://www.eclipse.dev/ditto/basic-messages.html) to/from devices connected via a digital twin
13+
* Use the [live channel](https://www.eclipse.dev/ditto/protocol-twinlive.html#live) in order to react on commands directed
1414
to devices targeting their "live" state
1515

1616
## Communication channel
1717

1818
The Ditto Java client interacts with an Eclipse Ditto backend via Ditto's
19-
[WebSocket](https://www.eclipse.org/ditto/httpapi-protocol-bindings-websocket.html) sending and receiving messages
20-
in [Ditto Protocol](https://www.eclipse.org/ditto/protocol-overview.html).
19+
[WebSocket](https://www.eclipse.dev/ditto/httpapi-protocol-bindings-websocket.html) sending and receiving messages
20+
in [Ditto Protocol](https://www.eclipse.dev/ditto/protocol-overview.html).
2121

2222
## Usage
2323

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<name>Eclipse Ditto Client</name>
2424
<description>Eclipse Ditto client SDK for Java.</description>
25-
<url>https://eclipse.org/ditto/</url>
25+
<url>https://eclipse.dev/ditto/</url>
2626
<inceptionYear>2019</inceptionYear>
2727

2828
<organization>
@@ -484,7 +484,7 @@
484484
<instructions>
485485
<Bundle-Vendor>Eclipse Ditto</Bundle-Vendor>
486486
<Bundle-License>EPL-2.0</Bundle-License>
487-
<Bundle-DocURL>https://eclipse.org/ditto/</Bundle-DocURL>
487+
<Bundle-DocURL>https://eclipse.dev/ditto/</Bundle-DocURL>
488488
<_noee>true</_noee>
489489
<Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
490490
<Include-Resource>

javascript/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ No dependencies were explicitly updated.
3030

3131
### \#208 Add support for cursor pagination to JS clients
3232

33-
As per the [documentation](https://www.eclipse.org/ditto/basic-search.html#rql-paging-deprecated),
33+
As per the [documentation](https://www.eclipse.dev/ditto/basic-search.html#rql-paging-deprecated),
3434
pagination via the `limit` parameter is deprecated and might get removed in the future.
3535
PR #208 adds support for cursor pagination to the JS client so applications using the client can use the new
3636
pagination style.

javascript/lib/api/NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This content is produced and maintained by the Eclipse Ditto project.
22

3-
* Project home: https://www.eclipse.org/ditto
3+
* Project home: https://www.eclipse.dev/ditto
44

55
# Trademarks
66

javascript/lib/api/src/options/request.options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export interface SearchOptions extends AddRequestOptions<SearchOptions>, HasFilt
282282
* @param count - The number of things to return.
283283
* @returns The instance of SearchOptions with the added option
284284
*
285-
* @Deprecated See {@link https://www.eclipse.org/ditto/basic-search.html#rql-paging-deprecated} Use cursor pagination instead
285+
* @Deprecated See {@link https://www.eclipse.dev/ditto/basic-search.html#rql-paging-deprecated} Use cursor pagination instead
286286
* Sets a limit option.
287287
*/
288288
withLimit(offset: number, count: number): SearchOptions;

javascript/lib/dom/NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This content is produced and maintained by the Eclipse Ditto project.
22

3-
* Project home: https://www.eclipse.org/ditto
3+
* Project home: https://www.eclipse.dev/ditto
44

55
# Trademarks
66

javascript/lib/node/NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This content is produced and maintained by the Eclipse Ditto project.
22

3-
* Project home: https://www.eclipse.org/ditto
3+
* Project home: https://www.eclipse.dev/ditto
44

55
# Trademarks
66

legal/NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This content is produced and maintained by the Eclipse Ditto project.
22

3-
* Project home: https://www.eclipse.org/ditto
3+
* Project home: https://www.eclipse.dev/ditto
44

55
# Trademarks
66

0 commit comments

Comments
 (0)