Skip to content

Commit e954dcf

Browse files
committed
change external link to internal
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent 14455cf commit e954dcf

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/components/Academy/Enterprise-Section/EnterpriseSection.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@ const EnterpriseSection = () => {
245245
<li>Advanced <a href="https://docs.layer5.io/cloud/academy/creating-content/instructor-console-guide/" target="_blank" rel="noopener noreferrer">instructor dashboard</a> with real-time progress tracking, skill assessment, and detailed analytics</li>
246246
<li>Flexible invitation system: Host public challenges, onboard new partners, and accelerate engineer hiring with structured assessments</li>
247247
</ul>
248+
248249
<div className="button-container">
249250
<Button
250251
$primary
251252
title="View Pricing"
252-
$external={true}
253-
$url="https://layer5.io/pricing"
253+
$url="/pricing"
254254
/>
255255
<Button
256256
$primary

src/components/Academy/Learners-Section/LearnerSection.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import styled from "styled-components";
33
import Button from "../../../reusecore/Button";
4+
import { Link } from "gatsby";
45

56
const LearnerSectionWrapper = styled.section`
67
&.audience-section.learners-section {
@@ -166,7 +167,10 @@ const LearnerSection = () => {
166167
<li>Interactive courses and hands-on labs</li>
167168
<li>Earn industry-recognized <a href="https://cloud.layer5.io/academy?contentType=certification" target="_blank" rel="noopener noreferrer">certifications</a></li>
168169
<li>Participate in coding <a href="https://cloud.layer5.io/academy?contentType=challenge" target="_blank" rel="noopener noreferrer">challenges</a></li>
169-
<li>Community mentorship through <a href="https://layer5.io/community/meshmates" target="_blank" rel="noopener noreferrer">MeshMate</a> program</li>
170+
<li>
171+
Community mentorship through{" "}
172+
<Link to="/community/meshmates">MeshMate </Link> program
173+
</li>
170174
<li> <a href="https://docs.layer5.io/cloud/academy/platform-development/" target="_blank" rel="noopener noreferrer">Open source</a> contribution opportunities</li>
171175
<li>Industry expert guidance and best practices</li>
172176
</ul>

0 commit comments

Comments
 (0)