fix: link to flask server sample file in README.md (#154)

Signed-off-by: Jiashu Chen <cjs20080808@hotmail.com>

Co-authored-by: Grant Timmerman <744973+grant@users.noreply.github.com>
This commit is contained in:
jiashuChen 2022-04-08 11:09:22 +10:00 committed by GitHub
parent da47910770
commit 43659228ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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