Skip to content

Commit 058c587

Browse files
authored
Fix link to projects.html in navigation
1 parent 450e43a commit 058c587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<a href="../index.html" class="nav">HOME</a>
1616
<a href="../index.html#about" class="nav">ABOUT</a>
1717
<a href="../index.html#experience" class="nav">EXPERIENCE</a>
18-
<a href="index.html" class="nav">PROJECTS</a>
18+
<a href="projects.html" class="nav">PROJECTS</a>
1919
<a href="../index.html#skills" class="nav">SKILLS</a>
2020
<a href="../index.html#contact" class="nav">CONTACT</a>
2121
</nav>

0 commit comments

Comments
 (0)