Skip to content

Commit bd13fc6

Browse files
authored
TW 219 - update links across repos (#3785)
some links changed/shortened
1 parent e5883b9 commit bd13fc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We have a number of [HelloWorld type scenarios](https://github.com/temporalio/sa
4141

4242
### Use CLI
4343

44-
Use [Temporal's command line tool](https://docs.temporal.io/docs/system-tools/tctl) `tctl` to interact with the local Temporal server.
44+
Use [Temporal's command line tool](https://docs.temporal.io/tctl-v1) `tctl` to interact with the local Temporal server.
4545

4646
```bash
4747
alias tctl="docker exec temporal-admin-tools tctl"

common/archiver/gcloud/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google Storage blobstore
22
## Configuration
3-
See https://cloud.google.com/docs/authentication/production to understand how is made the authentication against google cloud storage
3+
See https://cloud.google.com/docs/authentication#service-accounts to understand how is made the authentication against google cloud storage
44

55
Nowdays we support three different ways in order to let Temporal know where your google keyfile credentials are located
66

common/archiver/s3store/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ s3://<bucket-name>/<namespace-id>/
7171
```
7272

7373
## Using localstack for local development
74-
1. Install awscli from [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
74+
1. Install awscli from [here](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
7575
2. Install localstack from [here](https://github.com/localstack/localstack#installing)
7676
3. Launch localstack with `SERVICES=s3 localstack start`
7777
4. Create a bucket using `aws --endpoint-url=http://localhost:4572 s3 mb s3://temporal-development`

0 commit comments

Comments
 (0)