From 7b50bb56bc652a1749a5175ca3160db4e1ea056c Mon Sep 17 00:00:00 2001 From: Jemin Huh Date: Tue, 27 May 2025 15:46:54 +0900 Subject: [PATCH] Fix awesome-spring-ai link to official repository (#3328) Signed-off-by: Jemin Huh --- README.md | 2 +- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 981cf0472..422790001 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Please refer to the [Getting Started Guide](https://docs.spring.io/spring-ai/ref * [Documentation](https://docs.spring.io/spring-ai/reference/) * [Issues](https://github.com/spring-projects/spring-ai/issues) -* [Awesome Spring AI](https://github.com/danvega/awesome-spring-ai) - A curated list of awesome resources, tools, tutorials, and projects for building generative AI applications using Spring AI +* [Awesome Spring AI](https://github.com/spring-ai-community/awesome-spring-ai) - A curated list of awesome resources, tools, tutorials, and projects for building generative AI applications using Spring AI * [Spring AI Examples](https://github.com/spring-projects/spring-ai-examples) contains example projects that explain specific features in more detail. ## Breaking changes diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index 475b1559e..03f043b45 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -153,4 +153,4 @@ Each of the following sections in the documentation shows which dependencies you == Spring AI samples -Please refer to https://github.com/danvega/awesome-spring-ai[this page] for more resources and samples related to Spring AI. +Please refer to https://github.com/spring-ai-community/awesome-spring-ai[this page] for more resources and samples related to Spring AI.