diff --git a/README.md b/README.md index 1d211b376..962f0ef8e 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ using the CLI flag `-api.http.address`. It is generated using [gRPC gateway](https://github.com/grpc-ecosystem/grpc-gateway) and is thus providing the same functionality as the gRPC API. To learn more about the HTTP API please have a look at the [API documentation](https://www.conduit.io/api), -[OpenAPI definition](https://github.com/ConduitIO/conduit/blob/main/pkg/web/openapi/swagger-ui/api/v1/api.swagger.json) +[OpenAPI definition](https://github.com/ConduitIO/conduit/blob/main/pkg/http/openapi/swagger-ui/api/v1/api.swagger.json) or run Conduit and navigate to `http://localhost:8080/openapi` to open a [Swagger UI](https://github.com/swagger-api/swagger-ui) which makes it easy to try it out.