Skip to content

Commit 42f07df

Browse files
udpate docs.stealthrocket.cloud to docs.dispatch.run
Signed-off-by: Achille Roussel <[email protected]>
1 parent 735caf9 commit 42f07df

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python package to develop applications with the Dispatch platform.
1515
[fastapi]: https://fastapi.tiangolo.com/tutorial/first-steps/
1616
[ngrok]: https://ngrok.com/
1717
[pypi]: https://pypi.org/project/dispatch-py/
18-
[signup]: https://docs.stealthrocket.cloud/stateful-functions/getting-started
18+
[signup]: https://docs.dispatch.run/stateful-functions/getting-started
1919

2020
- [What is Dispatch?](#what-is-dispatch)
2121
- [Installation](#installation)

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This is the API reference for the Python SDK of Dispatch.
44

5-
- Tutorials and guides: [docs.stealthrocket.cloud][docs].
5+
- Tutorials and guides: [docs.dispatch.run][docs].
66
- Source: [stealthrocket/dispatch-py][github].
77

88

9-
[docs]: https://docs.stealthrocket.cloud
9+
[docs]: https://docs.dispatch.run
1010
[github]: https://github.com/stealthrocket/dispatch-py

examples/auto_retry/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This example demonstrates how stateful functions automatically retry on failure.
44
55
Make sure to follow the setup instructions at
6-
https://docs.stealthrocket.cloud/dispatch/stateful-functions/getting-started/
6+
https://docs.dispatch.run/dispatch/stateful-functions/getting-started/
77
88
Run with:
99

examples/getting_started/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is the most basic example to get started with Dispatch Functions.
44
55
Follow along with the tutorial at:
6-
https://docs.stealthrocket.cloud/dispatch/stateful-functions/getting-started/
6+
https://docs.dispatch.run/dispatch/stateful-functions/getting-started/
77
88
The program starts a FastAPI server and initializes the Dispatch SDK that
99
registers one function. This function makes a dummy but durable HTTP request.
@@ -15,7 +15,7 @@
1515
## Get a Dispatch API key
1616
1717
Sign up for Dispatch and generate a new API key:
18-
https://docs.stealthrocket.cloud/stateful-functions/getting-started#creating-an-api-key
18+
https://docs.dispatch.run/stateful-functions/getting-started#creating-an-api-key
1919
2020
## Create a local tunnel
2121

examples/github_stats/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This example demonstrates how to use async functions orchestrated by Dispatch.
44
55
Make sure to follow the setup instructions at
6-
https://docs.stealthrocket.cloud/dispatch/stateful-functions/getting-started/
6+
https://docs.dispatch.run/dispatch/stateful-functions/getting-started/
77
88
Run with:
99

0 commit comments

Comments
 (0)