From e06f6d4f34232e55147e52ee59227ae068a4c991 Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Wed, 22 Jan 2020 16:29:22 +0900 Subject: [PATCH] docs/integrations/openapi: fix broken link --- content/en/docs/integrations/openapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/integrations/openapi.md b/content/en/docs/integrations/openapi.md index d9fec190..50f11a80 100644 --- a/content/en/docs/integrations/openapi.md +++ b/content/en/docs/integrations/openapi.md @@ -20,7 +20,7 @@ But CUE makes a best effort to encode as must as possible. CUE currently only supports generating OpenAPI through its API. The Istio project has a -[command line tool](https://github.com/istio/tools/tree/master/openapi/cue) +[command line tool](https://github.com/istio/tools/tree/master/cmd/cue-gen) to generate OpenAPI build on this API. Generating an OpenAPI definition can be as simple as