diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2025-10-16 14:18:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-16 14:18:06 -0700 |
| commit | a61443b41e3115fccbc1d1116a13acde60ac6024 (patch) | |
| tree | 1617b03dad6217e38986be6a9fec0590acadd382 | |
| parent | b2edfbe319fb7921640eea86ebd06b4e5b204eb4 (diff) | |
Update Header.astro
| -rw-r--r-- | src/components/Header.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Header.astro b/src/components/Header.astro index 2bc8ed4..dac9a78 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -4,7 +4,7 @@ <li><a href="/">Home</a></li> <li><a href="/about">About</a></li> <li><a href="/projects">Projects</a></li> - <li><a href="https://files.pinapelz.com/Yukai%20Shan%20-%20Resume-2.pdf">Resume</a></li> + <li><a href="/Resume.pdf">Resume</a></li> </ul> </nav> <img |
