Skip to content

Commit

Permalink
Merge pull request #1765 from gettakaro/feature/links
Browse files Browse the repository at this point in the history
chore: replace some urls with takaro akas
  • Loading branch information
emielvanseveren authored Nov 3, 2024
2 parents be2fa66 + 986547f commit 2fe2c43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions containers/homer/assets/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ message:
links:
- name: "Github"
icon: "fab fa-github"
url: "https://github.com/gettakaro/takaro"
url: "https://aka.takaro.io/github"
target: "_blank"
- name: "Docs"
icon: "fa fa-book"
Expand Down Expand Up @@ -137,4 +137,4 @@ services:
- name: "Redis Insight"
icon: "fas fa-database"
subtitle: "Redis UI"
url: "http://127.0.0.1:5540"
url: "http://127.0.0.1:5540"
6 changes: 3 additions & 3 deletions packages/web-docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const config: Config = {
},
items: [
{
href: 'https://github.com/gettakaro/takaro',
href: 'https://aka.takaro.io/github',
label: 'GitHub',
position: 'right',
},
Expand All @@ -74,11 +74,11 @@ const config: Config = {
},
{
label: 'Github',
href: 'https://github.com/gettakaro/takaro',
href: 'https://aka.takaro.io/github',
},
{
label: 'Discord',
href: 'https://catalysm.net/discord',
href: 'https://aka.takaro.io/discord',
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web-main/src/components/Navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const Navbar: FC<NavbarProps> = ({ showGameServerNav }) => {
<IconNav>
<Tooltip>
<Tooltip.Trigger asChild>
<a href="https://github.com/gettakaro/takaro" target="_blank" rel="noreferrer">
<a href="https://aka.takaro.io/github" target="_blank" rel="noreferrer">
<GithubIcon size={18} />
</a>
</Tooltip.Trigger>
Expand All @@ -193,7 +193,7 @@ export const Navbar: FC<NavbarProps> = ({ showGameServerNav }) => {
</Tooltip>
<Tooltip>
<Tooltip.Trigger asChild>
<a href="https://catalysm.net/discord/" target="_blank" rel="noreferrer">
<a href="https://aka.takaro.io/discord" target="_blank" rel="noreferrer">
<DiscordIcon size={18} />
</a>
</Tooltip.Trigger>
Expand Down

0 comments on commit 2fe2c43

Please sign in to comment.