Skip to content

Commit 65c4ff8

Browse files
committed
bug fixed
Signed-off-by: Rishi Raj <rishiraj438gt@gmail.com>
1 parent 94a7430 commit 65c4ff8

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)