diff --git a/README.md b/README.md index 5c68fed3..039f05f1 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Distributed under the [MIT License](LICENSE). [gopkg]: https://pkg.go.dev/github.com/axiomhq/axiom-go [gopkg_badge]: https://img.shields.io/badge/doc-reference-007d9c?logo=go&logoColor=white -[workflow]: https://github.com/axiomhq/axiom-go/actions/workflows/push.yml +[workflow]: https://github.com/axiomhq/axiom-go/actions/workflows/push.yaml [workflow_badge]: https://img.shields.io/github/actions/workflow/status/axiomhq/axiom-go/push.yaml?branch=main&ghcache=unused [release]: https://github.com/axiomhq/axiom-go/releases/latest [release_badge]: https://img.shields.io/github/release/axiomhq/axiom-go.svg?ghcache=unused diff --git a/axiom/client.go b/axiom/client.go index 48067fe8..57898b56 100644 --- a/axiom/client.go +++ b/axiom/client.go @@ -84,7 +84,7 @@ type Client struct { tracer trace.Tracer - // Services for communicating with different parts of the GitHub API. + // Services for communicating with different parts of the Axiom API. Datasets *DatasetsService Organizations *OrganizationsService Users *UsersService