Skip to content

Commit e199c38

Browse files
committed
update github repo
1 parent 800b8dc commit e199c38

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LLM Agent Builder
22

3-
[![build](https://github.com/LLMAgentBuilder/llm-agent-builder/actions/workflows/build.yaml/badge.svg)](https://github.com/LLMAgentBuilder/llm-agent-builder/actions/workflows/build.yaml)
3+
[![build](https://github.com/JavaAIDev/llm-agent-builder/actions/workflows/build.yaml/badge.svg)](https://github.com/JavaAIDev/llm-agent-builder/actions/workflows/build.yaml)
44

55
**LLM Agent Powered by Java / Spring AI**
66

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</modules>
2121

2222
<description>LLM Agent Builder</description>
23-
<url>https://github.com/LLMAgentBuilder/llm-agent-builder</url>
23+
<url>https://github.com/JavaAIDev/llm-agent-builder</url>
2424
<licenses>
2525
<license>
2626
<name>The Apache Software License, Version 2.0</name>
@@ -37,12 +37,12 @@
3737

3838
<scm>
3939
<connection>
40-
scm:git:git://github.com/LLMAgentBuilder/llm-agent-builder.git
40+
scm:git:git://github.com/JavaAIDev/llm-agent-builder.git
4141
</connection>
4242
<developerConnection>
4343
scm:git:ssh://github.com:LLMAgentBuilder/llm-agent-builder.git
4444
</developerConnection>
45-
<url>http://github.com/LLMAgentBuilder/llm-agent-builder</url>
45+
<url>http://github.com/JavaAIDev/llm-agent-builder</url>
4646
</scm>
4747

4848
<properties>

website/docs/quickstart/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It's also very easy to create custom tools.
2626
The easiest way to create agents is using the command line tool.
2727

2828
Download the CLI jar (`llm-agent-builder-cli.jar`)
29-
from [release page](https://github.com/LLMAgentBuilder/llm-agent-builder/releases).
29+
from [release page](https://github.com/JavaAIDev/llm-agent-builder/releases).
3030

3131
CLI has a sub-command `build` to build an agent from a config file.
3232

@@ -88,12 +88,12 @@ Tools used:
8888
- writeLocalFile
8989
- executePythonCode
9090

91-
[GitHub repo](https://github.com/LLMAgentBuilder/example-csv-processor)
91+
[GitHub repo](https://github.com/JavaAIDev/example-csv-processor)
9292

9393
### Chinese Idioms Game
9494

9595
成语接龙游戏
9696

9797
Use custom tools.
9898

99-
[GitHub repo](https://github.com/LLMAgentBuilder/example-chinese-idioms-game)
99+
[GitHub repo](https://github.com/JavaAIDev/example-chinese-idioms-game)

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const config: Config = {
130130
},
131131
{
132132
label: "GitHub",
133-
href: "https://github.com/LLMAgentBuilder/llm-agent-builder",
133+
href: "https://github.com/JavaAIDev/llm-agent-builder",
134134
},
135135
],
136136
},

0 commit comments

Comments
 (0)