Skip to content

Commit

Permalink
update github
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed May 6, 2024
1 parent fd35d55 commit 73970fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</modules>

<description>LLM Agent Builder</description>
<url>https://github.com/alexcheng1982/llm-agent-builder</url>
<url>https://github.com/LLMAgentBuilder/llm-agent-builder</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -34,12 +34,12 @@

<scm>
<connection>
scm:git:git://github.com/alexcheng1982/llm-agent-builder.git
scm:git:git://github.com/LLMAgentBuilder/llm-agent-builder.git
</connection>
<developerConnection>
scm:git:ssh://github.com:alexcheng1982/llm-agent-builder.git
scm:git:ssh://github.com:LLMAgentBuilder/llm-agent-builder.git
</developerConnection>
<url>http://github.com/alexcheng1982/llm-agent-builder</url>
<url>http://github.com/LLMAgentBuilder/llm-agent-builder</url>
</scm>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
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,

Expand Down Expand Up @@ -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",
},
],
},
Expand Down

0 comments on commit 73970fc

Please sign in to comment.