diff --git a/pom.xml b/pom.xml index 7b89de1..c6c50fd 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ LLM Agent Builder - https://github.com/alexcheng1982/llm-agent-builder + https://github.com/LLMAgentBuilder/llm-agent-builder The Apache Software License, Version 2.0 @@ -34,12 +34,12 @@ - scm:git:git://github.com/alexcheng1982/llm-agent-builder.git + scm:git:git://github.com/LLMAgentBuilder/llm-agent-builder.git - scm:git:ssh://github.com:alexcheng1982/llm-agent-builder.git + scm:git:ssh://github.com:LLMAgentBuilder/llm-agent-builder.git - http://github.com/alexcheng1982/llm-agent-builder + http://github.com/LLMAgentBuilder/llm-agent-builder diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 2fc5677..573958f 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -8,14 +8,14 @@ const config: Config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://alexcheng1982.github.io", + url: "https://llmagentbuilder.github.io", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/llm-agent-builder/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: "alexcheng1982", // Usually your GitHub org/user name. + organizationName: "LLMAgentBuilder", // Usually your GitHub org/user name. projectName: "llm-agent-builder", // Usually your repo name. trailingSlash: false, @@ -130,7 +130,7 @@ const config: Config = { }, { label: "GitHub", - href: "https://github.com/alexcheng1982/llm-agent-builder", + href: "https://github.com/LLMAgentBuilder/llm-agent-builder", }, ], },