|
1 | 1 | <p align="center"> |
2 | | -<img src="https://github.com/stealthrocket/dispatch-proto/assets/865510/87162355-e184-4058-a733-650eee53f333" width="160"/> |
| 2 | +<img src="https://github.com/dispatchrun/dispatch-proto/assets/865510/87162355-e184-4058-a733-650eee53f333" width="160"/> |
3 | 3 | </p> |
4 | 4 |
|
5 | 5 | # dispatch-py |
6 | 6 |
|
7 | | -[](https://github.com/stealthrocket/dispatch-py/actions/workflows/docs.yml) |
8 | | -[](https://github.com/stealthrocket/dispatch-py/actions/workflows/pypi.yml) |
9 | | -[](https://github.com/stealthrocket/dispatch-py/actions/workflows/test.yml) |
| 7 | +[](https://github.com/dispatchrun/dispatch-py/actions/workflows/docs.yml) |
| 8 | +[](https://github.com/dispatchrun/dispatch-py/actions/workflows/pypi.yml) |
| 9 | +[](https://github.com/dispatchrun/dispatch-py/actions/workflows/test.yml) |
10 | 10 | [](https://badge.fury.io/py/dispatch-py) |
11 | 11 | [](https://python.dispatch.run/main/reference/dispatch/) |
12 | 12 |
|
@@ -45,12 +45,12 @@ configuration and execution of applications that use Dispatch. On macOS, this |
45 | 45 | can be done easily using [Homebrew](https://docs.brew.sh/): |
46 | 46 |
|
47 | 47 | ```console |
48 | | -brew tap stealthrocket/dispatch |
| 48 | +brew tap dispatchrun/dispatch |
49 | 49 | brew install dispatch |
50 | 50 | ``` |
51 | 51 |
|
52 | 52 | Alternatively, you can download the latest `dispatch` binary from the |
53 | | -[Releases](https://github.com/stealthrocket/dispatch/releases) page. |
| 53 | +[Releases](https://github.com/dispatchrun/dispatch/releases) page. |
54 | 54 |
|
55 | 55 | *Note that this step is optional, applications that use Dispatch can run without |
56 | 56 | the CLI, passing configuration through environment variables or directly in the |
@@ -156,7 +156,7 @@ async def transform(msg): |
156 | 156 | Dispatch converts Python coroutines to *Distributed Coroutines*, which can be |
157 | 157 | suspended and resumed on any instance of a service across a fleet. For a deep |
158 | 158 | dive on these concepts, read our blog post on |
159 | | -[*Distributed Coroutines with a Native Python Extension and Dispatch*](https://stealthrocket.tech/blog/distributed-coroutines-in-python). |
| 159 | +[*Distributed Coroutines with a Native Python Extension and Dispatch*](https://dispatch.run/blog/distributed-coroutines-in-python). |
160 | 160 |
|
161 | 161 | ### Integration with FastAPI |
162 | 162 |
|
@@ -231,7 +231,7 @@ the pickle library attempts serialization. |
231 | 231 |
|
232 | 232 | For help with a serialization issues, please submit a [GitHub issue][issues]. |
233 | 233 |
|
234 | | -[issues]: https://github.com/stealthrocket/dispatch-py/issues |
| 234 | +[issues]: https://github.com/dispatchrun/dispatch-py/issues |
235 | 235 |
|
236 | 236 | ## Examples |
237 | 237 |
|
|
0 commit comments