Skip to content

Commit 313116e

Browse files
committed
update java samples
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
1 parent 7cf32c1 commit 313116e

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

functions/async/java/cron-input-kafka-output/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
You can refer to the [Installation Guide](https://openfunction.dev/docs/getting-started/installation/) to setup OpenFunction.
66

7-
Follow [this guide](../../../../Prerequisites.md#kafka) to install a Kafka server named `kafka-server` and a Topic named `sample-topic`.
7+
Follow [this guide](https://openfunction.dev/docs/getting-started/quickstarts/prerequisites/#kafka) to install a Kafka server named `kafka-server` and a Topic named `sample-topic`.
88

9-
Follow [this guide](../../../../Prerequisites.md#registry-credential) to create a registry credential.
9+
Follow [this guide](https://openfunction.dev/docs/getting-started/quickstarts/prerequisites/#registry-credential) to create a registry credential.
1010

1111
## Deployment
1212

functions/async/java/pubsub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
You can refer to the [Installation Guide](https://openfunction.dev/docs/getting-started/installation/) to setup OpenFunction.
66

7-
Follow [this guide](../../../../Prerequisites.md#kafka) to install a Kafka server named `kafka-server` and a Topic named `sample-topic`.
7+
Follow [this guide](https://openfunction.dev/docs/getting-started/quickstarts/prerequisites/#kafka) to install a Kafka server named `kafka-server` and a Topic named `sample-topic`.
88

9-
Follow [this guide](../../../../Prerequisites.md#registry-credential) to create a registry credential.
9+
Follow [this guide](https://openfunction.dev/docs/getting-started/quickstarts/prerequisites/#registry-credential) to create a registry credential.
1010

1111
## Deployment
1212

functions/knative/java/cloudevent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Send a request
4747

4848
1. Create secret
4949

50-
Follow [this guide](../../../../Prerequisites.md#registry-credential) to create a registry credential.
50+
Follow [this guide](https://openfunction.dev/docs/getting-started/quickstarts/prerequisites/#registry-credential) to create a registry credential.
5151

5252
2. Create function
5353

functions/knative/java/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Send a request
3131

3232
1. Create secret
3333

34-
Follow [this guide](../../../../Prerequisites.md#registry-credential) to create a registry credential.
34+
Follow [this guide](https://openfunction.dev/docs/getting-started/quickstarts/prerequisites/#registry-credential) to create a registry credential.
3535

3636
2. Create function
3737

functions/knative/java/with-output-binding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ to the kafka after a HTTP request received. The `kafka-input` will watch the kaf
77

88
You can refer to the [Installation Guide](https://openfunction.dev/docs/getting-started/installation/) to setup OpenFunction.
99

10-
Follow [this guide](../../../../Prerequisites.md#kafka) to install a Kafka server named `kafka-server` and a Topic named `sample-topic`.
10+
Follow [this guide](https://openfunction.dev/docs/getting-started/quickstarts/prerequisites/#kafka) to install a Kafka server named `kafka-server` and a Topic named `sample-topic`.
1111

12-
Follow [this guide](../../../../Prerequisites.md#registry-credential) to create a registry credential.
12+
Follow [this guide](https://openfunction.dev/docs/getting-started/quickstarts/prerequisites/#registry-credential) to create a registry credential.
1313

1414
## Deployment
1515

0 commit comments

Comments
 (0)