From bb97e905ece8e88fa61fb3978fe7f69cd734b77a Mon Sep 17 00:00:00 2001 From: Boyan Velinov <32568491+boyan-velinov@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:02:57 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4180daa9a4..288a9e8f7e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ In order to use the CF MultiApps Controller you should install the [multiapps](h If you're using a different [host](multiapps-controller-web/manifests/manifest.yml#L4) than the default for your CF MultiApps Controller either set the following environment variable `MULTIAPPS_CONTROLLER_URL=` or run CF MTA plugin commands with `-u ` so that they are executed against your instance(s) of the MultiApps Controller. -You could use a modified [spring-music](https://github.com/nvvalchev/spring-music) application, which is extended and adapted to the MTA model to test your newly deployed MultiApps Controller. +You could try out various [MTA examples](https://github.com/SAP-samples/cf-mta-examples) to test your newly deployed MultiApps Controller. # How to contribute * [Did you find a bug?](CONTRIBUTING.md#did-you-find-a-bug)