From b2283dc5dc615aaec89dd1783ccdab36953c9ad5 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Wed, 13 Dec 2023 15:57:27 +0100 Subject: [PATCH] Fix links to tour repo (#210) --- docs/tour.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```