Skip to content

Commit

Permalink
Updating link to docs in README (#414)
Browse files Browse the repository at this point in the history
Fix broken link in README
  • Loading branch information
Cully authored May 10, 2021
1 parent b48c897 commit 0ef35cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ or
go get -u go.temporal.io/sdk
```

See [samples](https://github.com/temporalio/samples-go) to get started.
See [samples](https://github.com/temporalio/samples-go) to get started.

Documentation is available [here](https://docs.temporal.io/docs/get-started).
Documentation is available [here](https://docs.temporal.io).
You can also find the API documentation [here](https://pkg.go.dev/go.temporal.io/sdk).

## Using a custom logger
Expand Down Expand Up @@ -48,4 +48,3 @@ We'd love your help in making the Temporal Go SDK great. Please review our [cont

## License
MIT License, please see [LICENSE](LICENSE) for details.

0 comments on commit 0ef35cb

Please sign in to comment.