Skip to content

Commit 502d83e

Browse files
authored
Merge pull request #579 from SAP-samples/link-fix-2
fix a broken link
2 parents 89e1903 + 39e874d commit 502d83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orders-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example contains:
88

99
- A sample application (microservice) written in [Go](http://golang.org). It can expose HTTP endpoints used to create, read, and delete basic order JSON entities, as described in the [service's OpenAPI specification](docs/openapi.yaml). This service can run with either a default in-memory database or the external Redis database.
1010

11-
- A [serverless](https://kyma-project.io/#/serverless-manager/user/README) Function with the ability to expose HTTP endpoints used to read all order records or post single orders. Just like the microservice, the Function can run with either the default in-memory database or the external Redis instance. See the source code of this Function in the [`function.yaml`](./deployment/orders-function.yaml)) file under the **spec.source** field.
11+
- A serverless Function with the ability to expose HTTP endpoints used to read all order records or post single orders. Just like the microservice, the Function can run with either the default in-memory database or the external Redis instance. See the source code of this Function in the [`function.yaml`](./deployment/orders-function.yaml)) file under the **spec.source** field. For more information, see [Serverless Module](https://kyma-project.io/external-content/serverless/docs/user/README.html).
1212

1313
To see this microservice and Function in action, see the [getting started guides](https://github.com/kyma-project/kyma/blob/release-1.24/docs/getting-started/01-overview.md) and learn more about exposing services and Functions through API Rule CRs. You will also learn how to bind them to an external application like Redis and subscribe them to events from a sample mock application.
1414

0 commit comments

Comments
 (0)