Skip to content

Commit 184bda1

Browse files
Merge pull request #7097 from CalenCoop/fixing-link
fix: correct Get Started button URL routing for learning path courses
2 parents 1be5b10 + 75a669b commit 184bda1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Learn-Layer5/Course-Overview

src/sections/Learn-Layer5/Course-Overview/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const CourseOverview = ({ course, chapters, serviceMeshesList }) => {
8888
</div>
8989
<Button
9090
title={hasBookmark ? "Start Again" : "Get Started"}
91-
$url={`istio/${course.frontmatter.toc[0]}`}
91+
$url={`${extractedSection}/${course.frontmatter.toc[0]}`}
9292
/>
9393
{hasBookmark && (
9494
<Button

0 commit comments

Comments
 (0)