From f3a8bd6a96ea1015e6c59b874e8da76dd77d7502 Mon Sep 17 00:00:00 2001 From: Tobias Sorn Date: Mon, 22 May 2023 09:23:40 +0200 Subject: [PATCH] fix: typescript link (#506) Change typescript link such that it points to the correct typescript help page. --- hello/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello/README.md b/hello/README.md index eb999210..4ac6f0a9 100644 --- a/hello/README.md +++ b/hello/README.md @@ -12,4 +12,4 @@ Then call the service at: http://localhost:4004/say/hello(to='world') Learn more about: - [Hello World!](https://cap.cloud.sap/docs/get-started/hello-world) -- [Using TypeScript](https://cap.cloud.sap/docs/get-started/using-typescript) \ No newline at end of file +- [Using TypeScript](https://cap.cloud.sap/docs/node.js/typescript)