Fixed broken links in learning-paths#7271
Merged
saurabhraghuvanshii merged 5 commits intolayer5io:masterfrom Dec 20, 2025
Merged
Fixed broken links in learning-paths#7271saurabhraghuvanshii merged 5 commits intolayer5io:masterfrom
saurabhraghuvanshii merged 5 commits intolayer5io:masterfrom
Conversation
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes broken links and navigation issues in the learning paths section by correcting path generation and template literal syntax.
Key changes:
- Fixed 404 errors when course links are opened directly by ensuring absolute paths (with leading
/) - Corrected template literal syntax in Course-Overview component to properly generate dynamic URLs
- Standardized path generation across learning path components using proper field references
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/sections/Learn/LearnPage-Sections/learning-path.js |
Added leading slash to learning path URLs to create absolute paths preventing 404 errors |
src/sections/Learn-Layer5/index.js |
Changed to use slug field with absolute path for consistent navigation |
src/sections/Learn-Layer5/Course-Overview/index.js |
Fixed template literal syntax (changed from double quotes to backticks) for dynamic URL generation in both the back button link and "Start Again" button |
Contributor
|
🚀 Preview for commit 62199ae at: https://6946f3a8964a49225f11eaec--layer5.netlify.app |
saurabhraghuvanshii
approved these changes
Dec 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes broken links and navigation issues in the learning paths section by correcting path generation and template literal syntax.
Fixed 404 errors when course links are opened in a new tab or accessed directly.
Corrected “Start Again” to restart the course from the first chapter.
Learning Paths page returning 404 / Page does not exist #7269 Ensured "Learning Paths/Courses" navigation correctly routes back to the parent page.
Notes for Reviewers
Signed commits