From 1ba4e7cf300b087ba77fe1293b250642c50f014b Mon Sep 17 00:00:00 2001 From: swyx Date: Sat, 19 Feb 2022 03:23:32 +0800 Subject: [PATCH] Update .gitpod.readme.md --- .gitpod.readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitpod.readme.md b/.gitpod.readme.md index 6408f943..7fa908ff 100644 --- a/.gitpod.readme.md +++ b/.gitpod.readme.md @@ -3,8 +3,6 @@ If you're reading this, you probably clicked on our Gitpod link: [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/temporalio/samples-typescript/) -90 second usage demo: https://youtu.be/FdEQQC9EdfU - We have preconfigured Gitpod with some recommended settings (in [.gitpod.yml](/.gitpod.yml)). When you first launch, we will open 3 terminals: @@ -15,4 +13,4 @@ When you first launch, we will open 3 terminals: It takes ~1 minute for the Docker Compose cluster to start up, so we put in manual sleeps as we have not found a more reliable solution. -Once you have it up and running (Temporal Web should show the first Workflow Execution), you can use our [Hello World Walkthrough tutorial](https://docs.temporal.io/docs/typescript/hello-world) to orient you to the sample file structure. +Once you have it up and running (Temporal Web should show the first Workflow Execution), you can use our [Hello World Walkthrough tutorial](https://docs.temporal.io/docs/go/hello-world-tutorial) to orient you to the sample file structure.