From 43659228aeb8e8636d083caa7532d6b58beb4664 Mon Sep 17 00:00:00 2001 From: jiashuChen Date: Fri, 8 Apr 2022 11:09:22 +1000 Subject: [PATCH] fix: link to flask server sample file in README.md (#154) Signed-off-by: Jiashu Chen Co-authored-by: Grant Timmerman <744973+grant@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d41bd2..4017171 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ if __name__ == "__main__": app.run(port=3000) ``` -You can find a complete example of turning a CloudEvent into a HTTP request [in the samples directory](samples/http-json-cloudevents/server.py). +You can find a complete example of turning a CloudEvent into a HTTP request [in the samples directory](samples/http-json-cloudevents/json_sample_server.py). ## SDK versioning