diff --git a/docs/tour.mdx b/docs/tour.mdx index 99602678..15465628 100644 --- a/docs/tour.mdx +++ b/docs/tour.mdx @@ -67,7 +67,7 @@ This guide is written for: -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 git@github.com:restatedev/tour-of-restate.git && cd tour-of-restate/typescript @@ -83,7 +83,7 @@ npm install && npm run build -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 https@github.com:restatedev/tour-of-restate.git && cd tour-of-restate/java ```