Skip to content

Commit

Permalink
rename api.stealthrocket.cloud to api.dispatch.run (#18)
Browse files Browse the repository at this point in the history
Update URLs to use the dispatch.run domain.
  • Loading branch information
achille-roussel authored Mar 4, 2024
2 parents de85ba5 + 1077306 commit 2334b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ platform.
[connectrpc]: https://connectrpc.com/
[grpc]: https://grpc.io/
[http-signatures]: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/19/
[signup]: https://docs.stealthrocket.cloud/stateful-functions/getting-started
[signup]: https://docs.dispatch.run/stateful-functions/getting-started
[rpc-dispatch]: https://buf.build/stealthrocket/dispatch-proto/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.DispatchService.Dispatch
[rpc-function]: https://buf.build/stealthrocket/dispatch-proto/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.FunctionService.Run

Expand Down Expand Up @@ -41,7 +41,7 @@ To authenticate with the Dispatch control plane, a client must present a valid
API key in the `Authorization` header of the HTTP requests, for example:

```sh
curl https://api.stealthrocket.cloud/dispatch.sdk.v1.DispatchService/Dispatch \
curl https://api.dispatch.run/dispatch.sdk.v1.DispatchService/Dispatch \
-H "Authorization: Bearer $DISPATCH_API_KEY" \
...
```
Expand Down

0 comments on commit 2334b77

Please sign in to comment.