fix dead link to projects page from about
This commit is contained in:
parent
5b7a261134
commit
4c3df4547b
2 changed files with 2 additions and 2 deletions
2
dist/about/index.html
vendored
2
dist/about/index.html
vendored
|
@ -70,7 +70,7 @@
|
|||
<p>
|
||||
do a lot of tinkering with various things, hardware and software.
|
||||
Currently messing around with web-development, Minecraft mods, 3D
|
||||
Printing, Linux, and Game Design. Checkout my <a href="https://limepot.xyz/projects.html"><u>Projects</u></a> to see what I'm currently working on.
|
||||
Printing, Linux, and Game Design. Checkout my <a href="https://limepot.xyz/projects"><u>Projects</u></a> to see what I'm currently working on.
|
||||
</p>
|
||||
<p>Also dabble in photography.</p>
|
||||
<br>
|
||||
|
|
|
@ -17,7 +17,7 @@ import Card from "../components/Card.astro";
|
|||
do a lot of tinkering with various things, hardware and software.
|
||||
Currently messing around with web-development, Minecraft mods, 3D
|
||||
Printing, Linux, and Game Design. Checkout my <a
|
||||
href="https://limepot.xyz/projects.html"><u>Projects</u></a
|
||||
href="https://limepot.xyz/projects"><u>Projects</u></a
|
||||
> to see what I'm currently working on.
|
||||
</p>
|
||||
<p>Also dabble in photography.</p>
|
||||
|
|
Loading…
Reference in a new issue