Skip to content

Commit e088f92

Browse files
authored
Merge pull request #281 from MoTrPAC/279_JZ_Video_Link_Bug
Fix bug in link to video tutorial
2 parents 1ef81da + f3b9a9a commit e088f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LandingPage/landingPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export function LandingPage({ isAuthenticated, profile }) {
217217
PROJECT OVERVIEW
218218
</Link>
219219
<Link
220-
to="/tutorial"
220+
to="/tutorials"
221221
className="btn btn-primary btn-lg mt-4"
222222
role="button"
223223
>

0 commit comments

Comments
 (0)