Skip to content

Commit

Permalink
Remove links to deleted docs (#1431)
Browse files Browse the repository at this point in the history
We don't generate this anymore.
  • Loading branch information
therve authored Apr 1, 2022
1 parent dc7f512 commit c7675fa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ The client library for Datadog API v1 is located in the `api/v1/datadog` directo
import "github.com/DataDog/datadog-api-client-go/api/v1/datadog"
```

All the documentation for this package is available [here](api/v1/datadog/README.md).

### The API v2 Client

The client library for Datadog API v2 is located in the `api/v2/datadog` directory. Import it with
Expand All @@ -31,8 +29,6 @@ The client library for Datadog API v2 is located in the `api/v2/datadog` directo
import "github.com/DataDog/datadog-api-client-go/api/v2/datadog"
```

All the documentation for this package is available [here](api/v2/datadog/README.md).

## Getting Started

Here's an example creating a user:
Expand Down Expand Up @@ -121,10 +117,7 @@ If you want to enable requests logging, set the `debug` flag on your configurati

## Documentation

Documentation for API endpoints and models can be found under the docs subdirectories, in [v1](/api/v1/datadog#documentation-for-api-endpoints)
and [v2](/api/v2/datadog#documentation-for-api-endpoints).

It's also available on [pkg.go.dev](https://pkg.go.dev/github.com/DataDog/datadog-api-client-go).
Documentation for API endpoints and models is available on [pkg.go.dev](https://pkg.go.dev/github.com/DataDog/datadog-api-client-go).

## Contributing

Expand Down

0 comments on commit c7675fa

Please sign in to comment.