From 2c0da77a5c12a26085f627698c3fbc7acd7076a4 Mon Sep 17 00:00:00 2001 From: jtsnr Date: Sun, 10 Dec 2023 19:02:00 +0000 Subject: [PATCH] Fix links --- spring-ai-docs/src/main/antora/modules/ROOT/pages/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/index.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/index.adoc index fea4b262f..baa6f16ed 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/index.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/index.adoc @@ -17,6 +17,6 @@ To simplify setup, Spring Boot starters are available to help set up essential d There is also a collection of sample applications to help you explore the project's features. Lastly, the new Spring CLI project also enables you to get started quickly by using the `spring boot new ai` command for new projects or `spring boot add ai` for adding AI capabilities to your existing application. -The <> provides a high-level overview of AI concepts and their representation in Spring AI. -The <> section shows you how to create your first AI application. +The xref:concepts.adoc[next section] provides a high-level overview of AI concepts and their representation in Spring AI. +The xref:getting-started.adoc[Getting Started] section shows you how to create your first AI application. Subsequent sections delve into each component and common use cases with a code-focused approach.