Skip to content

Commit 709658a

Browse files
Merge pull request #6987 from rishiraj38/fix/bug-footer
fix: make footer Academy link consistent with navbar link
2 parents 6047df2 + 6fc862d commit 709658a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/sections/General/Footer/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ const Footer = ({ location }) => {
111111
</a>
112112
</li>
113113
<li>
114-
<a className="category-link" href="https://cloud.layer5.io/academy/overview">
114+
<Link className="category-link" to="/learn/academy">
115115
Academy
116-
</a>
116+
</Link>
117117
</li>
118118
<li>
119119
<Link className="category-link" to="/blog">

0 commit comments

Comments
 (0)