Skip to content

Commit d38341e

Browse files
authored
Update index.js
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent 96b669e commit d38341e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/sections/Projects/Project-grid

src/sections/Projects/Project-grid/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ const ProjectPage = () => {
4444
<h5>Sistent</h5>
4545
</div>
4646
</Link>
47-
{/* The url needs to be changed */}
48-
<Link to="/projects/academy" className="project__card academy">
47+
{/*TODD - The URL needs to be changed */}
48+
<Link to="https://cloud.layer5.io/academy" className="project__card academy">
4949
<div className="project__card-container project__card-container_one">
5050
<img src={academy} alt="Academy" />
5151
<h5>Academy</h5>

0 commit comments

Comments
 (0)