Skip to content

Commit

Permalink
fix #4917 Added Community Handbook link in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
aman44444 committed Sep 25, 2023
1 parent 0c064d9 commit 8022c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/General/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ const Footer = ({ location }) => {
<li>
<Link
className="category-link"
to="/community/handbook/writing-program"
to="/community/handbook"
>
Writing Program
Community Handbook
</Link>
</li>
</ul>
Expand Down

0 comments on commit 8022c52

Please sign in to comment.