Skip to content

Commit

Permalink
TW 219 - update links across repos (#3785)
Browse files Browse the repository at this point in the history
some links changed/shortened
  • Loading branch information
DJSanti authored Jan 11, 2023
1 parent e5883b9 commit bd13fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion common/archiver/gcloud/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion common/archiver/s3store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ s3://<bucket-name>/<namespace-id>/
```

## 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`
Expand Down

0 comments on commit bd13fc6

Please sign in to comment.