Skip to content

Commit 1bd2c22

Browse files
authored
Update CLI link in example readme's (#951)
* Updated pre-requisite link to Dapr CLI Signed-off-by: Michaël Hompus <michael@hompus.nl> * Update JDK list to match all other examples Signed-off-by: Michaël Hompus <michael@hompus.nl> --------- Signed-off-by: Michaël Hompus <michael@hompus.nl>
1 parent 87a2eb5 commit 1bd2c22

File tree

16 files changed

+20
-17
lines changed

16 files changed

+20
-17
lines changed

examples/src/main/java/io/dapr/examples/actors/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This example contains the follow classes:
1313

1414
## Pre-requisites
1515

16-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
16+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
1717
* Java JDK 11 (or greater):
1818
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
1919
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/bindings/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Visit [this](https://github.com/dapr/components-contrib/tree/master/bindings) li
1717

1818
## Pre-requisites
1919

20-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
20+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
2121
* Java JDK 11 (or greater):
2222
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
2323
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/configuration/grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Java SDK exposes several methods for this -
1111

1212
## Pre-requisites
1313

14-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
14+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
1515
* Java JDK 11 (or greater):
1616
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
1717
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/configuration/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The java SDK exposes several methods for this -
1212

1313
## Pre-requisites
1414

15-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
15+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
1616
* Java JDK 11 (or greater):
1717
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
1818
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/exception/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This sample illustrates how to handle exceptions in Dapr.
44

55
## Pre-requisites
66

7-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
7+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
88
* Java JDK 11 (or greater):
99
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
1010
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/invoke/grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this example, you will run a Grpc service and client using Dapr's invoke feat
44

55
## Pre-requisites
66

7-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
7+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
88
* Java JDK 11 (or greater):
99
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
1010
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/invoke/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This sample uses the Client provided in Dapr Java SDK invoking a remote method.
1414

1515
## Pre-requisites
1616

17-
* [Dapr and Dapr CLI](https://docs.dapr.io/getting-started/install-dapr/).
17+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
1818
* Java JDK 11 (or greater):
1919
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
2020
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/lock/grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The java SDK exposes several methods for this -
1111

1212
## Pre-requisites
1313

14-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
14+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
1515
* Java JDK 11 (or greater):
1616
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
1717
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/lock/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The java SDK exposes several methods for this -
1111

1212
## Pre-requisites
1313

14-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
14+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
1515
* Java JDK 11 (or greater):
1616
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
1717
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

examples/src/main/java/io/dapr/examples/pubsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Visit [this](https://docs.dapr.io/developing-applications/building-blocks/pubsub
99
This sample uses the HTTP Springboot integration provided in Dapr Java SDK for subscribing, and gRPC client for publishing. This example uses Redis Streams (enabled in Redis versions => 5).
1010
## Pre-requisites
1111

12-
* [Dapr and Dapr Cli](https://docs.dapr.io/getting-started/install-dapr/).
12+
* [Dapr CLI](https://docs.dapr.io/getting-started/install-dapr-cli/).
1313
* Java JDK 11 (or greater):
1414
* [Microsoft JDK 11](https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11)
1515
* [Oracle JDK 11](https://www.oracle.com/technetwork/java/javase/downloads/index.html#JDK11)

0 commit comments

Comments
 (0)