From d6deb22d1f3df167633b8b3438b9c88054359f80 Mon Sep 17 00:00:00 2001 From: Josh Ponelat Date: Fri, 25 Oct 2024 14:18:41 +0200 Subject: [PATCH] Update workflow-integration.md Fixes broken link, reported in https://github.com/swagger-api/swagger-codegen/issues/12478 --- docs/workflow-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow-integration.md b/docs/workflow-integration.md index 5fac5c4b97e..fea9d3908ae 100644 --- a/docs/workflow-integration.md +++ b/docs/workflow-integration.md @@ -2,7 +2,7 @@ ## Maven Integration -You can use the [swagger-codegen-maven-plugin](modules/swagger-codegen-maven-plugin/README.md) for integrating with your workflow, and generating any codegen target. +You can use the [swagger-codegen-maven-plugin](https://github.com/swagger-api/swagger-codegen/blob/3.0.0/modules/swagger-codegen-maven-plugin/README.md ) for integrating with your workflow, and generating any codegen target. ## Gradle Integration