Skip to content

Commit c8d9ce8

Browse files
EdwardAngertEdwardAngert
authored andcommitted
fix resume link
1 parent 24eb010 commit c8d9ce8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default defineConfig({
4141
{
4242
label: 'About',
4343
items: [
44-
{ label: 'Resume', link: 'about-me/resume/' },
44+
{ label: 'Resume', link: 'about/resume/' },
4545
],
4646
},
4747
{

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Hello, this is Edward!
1010
Technical Writer, team leader, and perpetual tinkerer who's always learning something new and figuring out how to make things work.
1111
I love empowering people and teams by simplifying processes and sharing knowledge.
1212

13-
Part of my resume is available on the [resume page](/about-me/resume/), and the rest of this site has documentation I've put together for fun, like how I [implement Pi-hole at home](/docs/pi-hole/).
13+
Part of my resume is available on the [resume page](/about/resume/), and the rest of this site has documentation I've put together for fun, like how I [implement Pi-hole at home](/docs/pi-hole/).
1414

1515
Connect on [LinkedIn](https://www.linkedin.com/in/edward-angert/) or set up a time to talk through [my cal.com link](https://cal.com/edwardangert).
1616

0 commit comments

Comments
 (0)