diff options
Diffstat (limited to 'src/pages/projects/programming.astro')
| -rw-r--r-- | src/pages/projects/programming.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/projects/programming.astro b/src/pages/projects/programming.astro index 2c5d073..6a6c9a1 100644 --- a/src/pages/projects/programming.astro +++ b/src/pages/projects/programming.astro @@ -28,8 +28,8 @@ import GitHubProjects from "../../components/GitHubProjects.svelte"; </div> <h2><a href="https://github.com/Alee14" target="_blank">Andrew Lee GitHub Repositories</a></h2> <GitHubProjects client:load username="Alee14" isOrganization={false} /> - <h2><a href="https://github.com/alee14-projects" target="_blank">AleeCorp/Alee Productions GitHub Repositories</a></h2> - <GitHubProjects client:load username="alee14-projects" isOrganization={true} /> + <h2><a href="https://github.com/alee14-archive" target="_blank">Archive GitHub Repositories</a></h2> + <GitHubProjects client:load username="alee14-archive" isOrganization={true} /> </main> </Page> <style> |
