Skip to content

Commit 27e767c

Browse files
authored
Update Links to match new github url
1 parent a5a167f commit 27e767c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

public/projects/mineclone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ images:
44
- /assets/images/project/mineclone/mineclone.png
55
description: A clone of the game Minecraft, which I made for my high school computer science 30 final project.
66
links:
7-
source: https://github.com/Kappabyte/MinecraftClone
7+
source: https://github.com/akeuben/MinecraftClone
88
tags:
99
- opengl
1010
- gamedev

public/projects/ri3d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ and gave me insight about new concepts for me at the time such as lambda express
2323

2424
# My Contributions
2525

26-
You can see my contributions to the codebase [here](https://github.com/Alberta-Collegiate-Robotics/RI3D-2020/commits/master/?author=Kappabyte). I was one of
26+
You can see my contributions to the codebase [here](https://github.com/Alberta-Collegiate-Robotics/RI3D-2020/commits/master/?author=akeuben). I was one of
2727
the main contributors to the codebase, working closely with one of the university students who ran the code team.

public/projects/talos-wiki.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ images:
44
- /assets/images/project/talos-wiki/terminal-a6.png
55
description: A visual wiki for the game 'The Talos Principle'. Mimicks the UI of the original game.
66
links:
7-
source: https://github.com/Kappabyte/talos-visual-wiki
8-
view: https://kappabyte.github.io/talos-visual-wiki
7+
source: https://github.com/akeuben/talos-visual-wiki
8+
view: https://akeuben.github.io/talos-visual-wiki
99
tags:
1010
- react
1111
---

src/components/navigation/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const NavBar = () => {
2525
<NavbarLink name="Projects" path="/projects" />
2626
<NavbarLink name="Resumé" path="/resume" />
2727
<div>
28-
<NavbarIcon icon={<MarkGithubIcon />} path="https://github.com/Kappabyte" />
28+
<NavbarIcon icon={<MarkGithubIcon />} path="https://github.com/akeuben" />
2929
</div>
3030
</div>
3131
{!isDesktop && <div className={styles.hamburger} onClick={() => setHamburgerOpen(!hamburgerOpen)}>{hamburgerOpen ? <XIcon /> : <ThreeBarsIcon />}</div>}

0 commit comments

Comments
 (0)