-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Learning Path Link After Requesting Free Ebook #4695
Comments
ps: if possible I would love to work on this issue |
Thanks! |
hey @iArchitSharma r u doing it ? |
@abhijeetgauravm Sure, I'm currently working on it. I'm in the process of familiarizing myself with the Gatsby framework since I'm new to it. |
Yeah @iArchitSharma 🚀 |
Signed-off-by: Shreyance Bodh <[email protected]>
@leecalcote, the problem was actually present on two pages: The issue was identified on this specific page: https://layer5.io/learn/service-mesh-books/the-enterprise-path-to-service-mesh-architectures Similarly, the same problem was also discovered on the following page: https://layer5.io/learn/service-mesh-books/the-enterprise-path-to-service-mesh-architectures-2nd-edition The solution has been implemented as part of pull request #4710 , successfully resolving the issue on both pages. |
Description
When submitting the required details to receive the free ebook on the page The Enterprise Path to Service Mesh Architectures, a confirmation message for the free learning path is displayed. However, upon clicking the provided link, a 404 error occurs.
Steps to Reproduce:
Expected Result:
Clicking the link should lead to the free learning path related to service meshes.
Actual Result:
Clicking the link results in a 404 error page.
Additional Information:
The learning path link that is not working: https://layer5.io/learn/learning-path
This issue prevents users from accessing the intended learning path after requesting the free ebook. It would be greatly appreciated if this link could be fixed to provide a seamless learning experience.
Screenshots
Environment:
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
master
branch.The text was updated successfully, but these errors were encountered: