diff --git a/README.md b/README.md index 04258a157cb..7d59cff5bd8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ We have a number of [HelloWorld type scenarios](https://github.com/temporalio/sa ### Use CLI -Use [Temporal's command line tool](https://docs.temporal.io/docs/system-tools/tctl) `tctl` to interact with the local Temporal server. +Use [Temporal's command line tool](https://docs.temporal.io/tctl-v1) `tctl` to interact with the local Temporal server. ```bash alias tctl="docker exec temporal-admin-tools tctl" diff --git a/common/archiver/gcloud/README.md b/common/archiver/gcloud/README.md index aa707e50f85..dadc13d2588 100644 --- a/common/archiver/gcloud/README.md +++ b/common/archiver/gcloud/README.md @@ -1,6 +1,6 @@ # Google Storage blobstore ## Configuration -See https://cloud.google.com/docs/authentication/production to understand how is made the authentication against google cloud storage +See https://cloud.google.com/docs/authentication#service-accounts to understand how is made the authentication against google cloud storage Nowdays we support three different ways in order to let Temporal know where your google keyfile credentials are located diff --git a/common/archiver/s3store/README.md b/common/archiver/s3store/README.md index 8f3776531a2..6111071f7b3 100644 --- a/common/archiver/s3store/README.md +++ b/common/archiver/s3store/README.md @@ -71,7 +71,7 @@ s3://// ``` ## Using localstack for local development -1. Install awscli from [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html) +1. Install awscli from [here](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) 2. Install localstack from [here](https://github.com/localstack/localstack#installing) 3. Launch localstack with `SERVICES=s3 localstack start` 4. Create a bucket using `aws --endpoint-url=http://localhost:4572 s3 mb s3://temporal-development`