Skip to content

Commit 6ce5365

Browse files
YunKuiLunamsoo2
authored andcommitted
docs: Fix some document's anchor
Signed-off-by: YunKui Lu <[email protected]> Signed-off-by: minsoo.nam <[email protected]>
1 parent f550839 commit 6ce5365

40 files changed

+44
-43
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/anthropic-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export SPRING_AI_ANTHROPIC_API_KEY=<INSERT KEY HERE>
2323
=== Add Repositories and BOM
2424

2525
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
26-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
26+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
2727

2828
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
2929

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/azure-openai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For this you need to set the `spring.ai.azure.openai.openai-api-key=<Your OpenAI
7979
=== Add Repositories and BOM
8080

8181
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
82-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
82+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
8383

8484
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
8585

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/deepseek-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export SPRING_AI_DEEPSEEK_API_KEY=<INSERT KEY HERE>
1717
=== Add Repositories and BOM
1818

1919
Spring AI artifacts are published in the Spring Milestone and Snapshot repositories.
20-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
20+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
2121

2222
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout your entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
2323

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/groq-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export SPRING_AI_OPENAI_CHAT_MODEL=llama3-70b-8192
3838
=== Add Repositories and BOM
3939

4040
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
41-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
41+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
4242

4343
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
4444

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/huggingface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export SPRING_AI_HUGGINGFACE_CHAT_URL=<INSERT INFERENCE ENDPOINT URL HERE>
2424
=== Add Repositories and BOM
2525

2626
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
27-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
27+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
2828

2929
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
3030

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/minimax-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export SPRING_AI_MINIMAX_API_KEY=<INSERT KEY HERE>
1818
=== Add Repositories and BOM
1919

2020
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
21-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
21+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
2222

2323
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
2424

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/mistralai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export SPRING_AI_MISTRALAI_API_KEY=<INSERT KEY HERE>
2020
=== Add Repositories and BOM
2121

2222
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
23-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
23+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
2424

2525
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
2626

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/oci-genai/cohere-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You will need an active https://signup.oraclecloud.com/[Oracle Cloud Infrastruct
1111
=== Add Repositories and BOM
1212

1313
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
14-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
14+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
1515

1616
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
1717

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/openai-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export SPRING_AI_OPENAI_API_KEY=<INSERT KEY HERE>
1717
=== Add Repositories and BOM
1818

1919
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
20-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
20+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
2121

2222
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
2323

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/perplexity-chat.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export SPRING_AI_OPENAI_CHAT_MODEL=llama-3.1-sonar-small-128k-online
4040
=== Add Repositories and BOM
4141

4242
Spring AI artifacts are published in Maven Central and Spring Snapshot repositories.
43-
Refer to the xref:getting-started.adoc#repositories[Repositories] section to add these repositories to your build system.
43+
Refer to the xref:getting-started.adoc#artifact-repositories[Artifact Repositories] section to add these repositories to your build system.
4444

4545
To help with dependency management, Spring AI provides a BOM (bill of materials) to ensure that a consistent version of Spring AI is used throughout the entire project. Refer to the xref:getting-started.adoc#dependency-management[Dependency Management] section to add the Spring AI BOM to your build system.
4646

0 commit comments

Comments
 (0)