diff --git a/README.md b/README.md index e0cfc39..504f8c7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ -# agi -Awesome Gamer Insight Orchestrating System +# AGI OS + +This repository holds the source code of the web site for Awesome Gamer Insight +Orchestrating System hosted on https://agi-os.github.io + +## Other AGI OS projects + +- https://github.com/agi-os/AgentFlow +- https://github.com/agi-os/Agent.js diff --git a/src/consts.ts b/src/consts.ts index 7c0a22d..5905a32 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -61,22 +61,10 @@ export const LINKS: Links = [ // Socials export const SOCIALS: Socials = [ - { - NAME: 'Email', - ICON: 'email', - TEXT: 'andraz.kos@gmail.com', - HREF: 'mailto:andraz.kos@gmail.com', - }, { NAME: 'Github', ICON: 'github', - TEXT: 'andraz', - HREF: 'https://github.com/andraz/AgentFlow', - }, - { - NAME: 'LinkedIn', - ICON: 'linkedin', - TEXT: 'andraz', - HREF: 'https://www.linkedin.com/in/zeniring/', + TEXT: 'agi-os', + HREF: 'https://github.com/agi-os', }, ] diff --git a/src/pages/start/index.astro b/src/pages/start/index.astro index c3e1611..365a9b2 100644 --- a/src/pages/start/index.astro +++ b/src/pages/start/index.astro @@ -41,7 +41,7 @@ const title = 'Getting Started'
@@ -74,7 +74,7 @@ const title = 'Getting Started'