Skip to content

Commit

Permalink
Update GitHub repository links and simplify socials in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
andraz committed May 26, 2024
1 parent 098c5ef commit 2d9e979
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
16 changes: 2 additions & 14 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
]
4 changes: 2 additions & 2 deletions src/pages/start/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const title = 'Getting Started'

<div class="text-center my-4">
<a
href="https://github.com/andraz/AgentFlow"
href="https://github.com/agi-os/AgentFlow"
target="_blank"
rel="noopener noreferrer"
class="btn btn-primary">
Expand Down Expand Up @@ -74,7 +74,7 @@ const title = 'Getting Started'

<div class="text-center my-4">
<a
href="https://github.com/andraz/Agent.js"
href="https://github.com/agi-os/Agent.js"
target="_blank"
rel="noopener noreferrer"
class="btn btn-primary">
Expand Down

0 comments on commit 2d9e979

Please sign in to comment.