From bc7460b54009d5f4d12440d588a9f33d2f61a9c7 Mon Sep 17 00:00:00 2001 From: "omar.mahamid" Date: Thu, 11 Apr 2024 23:58:54 +0300 Subject: [PATCH] Update contribution-guidelines.adoc fix broken link --- .../main/antora/modules/ROOT/pages/contribution-guidelines.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/contribution-guidelines.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/contribution-guidelines.adoc index 73cd31e5d..b56717152 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/contribution-guidelines.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/contribution-guidelines.adoc @@ -17,7 +17,7 @@ you'll need to develop a low-level client API class. This often involves utilizi `RestClient` class from the Spring Framework, similar to the `OpenAiApi` class. . *Create a ModelClient implementation* -Ensure your client conforms to the link:https://docs.spring.io/spring-ai/reference/api/chat/generic-model.html[Generic Model API]. +Ensure your client conforms to the link:https://docs.spring.io/spring-ai/reference/api/generic-model.html[Generic Model API]. Use existing request and response classes if your model's inputs and outputs are supported. If not, create new classes for the Generic Model API and establish a new Java package.