From 31156639d943d78bf0a8765f2a96da0305ec1aa1 Mon Sep 17 00:00:00 2001 From: Nasir-Pauldon-Collins Date: Fri, 20 Sep 2024 10:41:46 -0400 Subject: [PATCH] Update network-test-app/README.md Co-authored-by: Steven Whitehead <30630257+stevenwhitehead@users.noreply.github.com> --- network-test-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-test-app/README.md b/network-test-app/README.md index e0328d97..39a0cbce 100644 --- a/network-test-app/README.md +++ b/network-test-app/README.md @@ -13,7 +13,7 @@ This sample includes a `build` script which will build the container image and p This app works by attempting to connect your Code Engine project to another IBM Cloud service; in order to do this properly, it must consume service credentials that should be configured by creating a `service binding` between the customer's project and the service they wish to connect to. -For more information about how to create a service binding, see [Adding services by using IBM Cloud service binding](https://cloud.ibm.com/docs/containers?topic=containers-service-binding). +For more information about how to create a service binding, see [Working with service bindings to integrate IBM Cloud services with Code Engine](https://cloud.ibm.com/docs/codeengine?topic=codeengine-service-binding). ### Example: Databases for PostgreSQL If the app is attempting to connect to a postgres instance, then after creating a service binding for the instance the app will contain the credentials for the postgres instance in the form of an environment variable `DATABASES_FOR_POSTGRESQL_CONNECTION`.