Skip to content

Commit

Permalink
Fix broken link to quickstart (#23)
Browse files Browse the repository at this point in the history
* Fix broken link to quickstart

* Fix broken link in grpc template

* Fix broken links in readme
  • Loading branch information
gvdongen authored Mar 22, 2024
1 parent b281cbb commit f5ebb5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Have a look at the options for downloading Restate [here](https://restate.dev/ge

Once Restate is up, register the service deployment in Restate by executing:

- Via the [CLI](https://docs.restate.dev/restate/cli):
- Via the [CLI](https://docs.restate.dev/operate/cli):
```shell
restate dp register localhost:9080
```
Expand Down
2 changes: 1 addition & 1 deletion template/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ restate
// --------------
// Testing this
// --------------
// Have a look at the quickstart guide at https://docs.restate.dev/quickstart/
// Have a look at the quickstart guide at https://docs.restate.dev/get_started/quickstart/
//
// To launch Restate and register this service (if you don't have Restate running already)
// docker run --name restate_dev --rm -p 8080:8080 -p 9070:9070 -p 9071:9071 --add-host=host.docker.internal:host-gateway docker.io/restatedev/restate:latest
Expand Down
2 changes: 1 addition & 1 deletion template_grpc/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ restate
// Testing this
// --------------
//
// Have a look at the quickstart guide at https://docs.restate.dev/quickstart/
// Have a look at the quickstart guide at https://docs.restate.dev/get_started/quickstart/
//
// To launch Restate and register this service (if you don't have Restate running already)
// docker run --name restate_dev --rm -p 8080:8080 -p 9070:9070 -p 9071:9071 --add-host=host.docker.internal:host-gateway docker.io/restatedev/restate:latest
Expand Down

0 comments on commit f5ebb5c

Please sign in to comment.