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:
parent
da47910770
commit
43659228ae
|
@ -107,7 +107,7 @@ if __name__ == "__main__":
|
||||||
app.run(port=3000)
|
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
|
## SDK versioning
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue