Skip to content

Commit

Permalink
Fix links to tour repo (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen authored Dec 13, 2023
1 parent 0232dd3 commit b2283dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This guide is written for:
<Tabs groupId="sdk">
<TabItem value="ts" label="TypeScript">

Clone the GitHub repository of the [tutorial](https://github.com/restatedev/tour-of-restate-typescript):
Clone the GitHub repository of the [tutorial](https://github.com/restatedev/tour-of-restate):

```shell
git clone --depth 1 --branch vVAR::TOUR_VERSION [email protected]:restatedev/tour-of-restate.git && cd tour-of-restate/typescript
Expand All @@ -83,7 +83,7 @@ npm install && npm run build
</TabItem>
<TabItem value="java" label="Java">

Clone the GitHub repository of the [tutorial](https://github.com/restatedev/tour-of-restate-java):
Clone the GitHub repository of the [tutorial](https://github.com/restatedev/tour-of-restate):
```shell
git clone --depth 1 --branch vVAR::TOUR_VERSION [email protected]:restatedev/tour-of-restate.git && cd tour-of-restate/java
```
Expand Down

0 comments on commit b2283dc

Please sign in to comment.