Skip to content

Commit bc7460b

Browse files
omarmahamidtzolov
authored andcommitted
Update contribution-guidelines.adoc
fix broken link
1 parent a0e2001 commit bc7460b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/contribution-guidelines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you'll need to develop a low-level client API class. This often involves utilizi
1717
`RestClient` class from the Spring Framework, similar to the `OpenAiApi` class.
1818

1919
. *Create a ModelClient implementation*
20-
Ensure your client conforms to the link:https://docs.spring.io/spring-ai/reference/api/chat/generic-model.html[Generic Model API].
20+
Ensure your client conforms to the link:https://docs.spring.io/spring-ai/reference/api/generic-model.html[Generic Model API].
2121
Use existing request and response classes if your model's inputs and outputs are supported.
2222
If not, create new classes for the Generic Model API and establish a new Java package.
2323

0 commit comments

Comments
 (0)