From 56560e8eef7b5dbbabe5ed37f494d086dc2641e2 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Mon, 24 Jun 2024 11:46:48 +0200 Subject: [PATCH] A little more tweaking of the post Signed-off-by: Matthias Wessendorf --- blog/docs/articles/aws_to_func_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/docs/articles/aws_to_func_migration.md b/blog/docs/articles/aws_to_func_migration.md index d026bdbeef2..f95d259057a 100644 --- a/blog/docs/articles/aws_to_func_migration.md +++ b/blog/docs/articles/aws_to_func_migration.md @@ -109,4 +109,4 @@ $ curl -v -X POST \ With Knative Functions it is straightforward to build cloud vendor-neutral functions for consuming event notifications from 3rd party cloud services such as AWS S3. Deploying those functions as Linux containers to your own on-premise Kubernetes cluster is also supported by the Knative CLI, as well as testing the function locally. -To learn more about Knative Functions visit the [documentation](docs/functions){:target="_blank"} on our website or join our CNCF Slack channel [#knative-functions]](https://cloud-native.slack.com/archives/C04LKEZUXEE)! +To learn more about Knative Functions visit the [documentation](docs/functions){:target="_blank"} on our website or join our CNCF Slack channel [#knative-functions](https://cloud-native.slack.com/archives/C04LKEZUXEE)!