-
Notifications
You must be signed in to change notification settings - Fork 23
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
docs: fix broken link in what-is-jsonforms page #305
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @AssekoudaSamtou, thanks for the contribution ❤️
However the issue is not in the link itself. The issue comes from the top nav bar not appending the trailing slash, e.g. when you append the trailing slash yourself in the Browser or click on "What is JSON Forms?" then the link works.
I think we need to adjust these to
entries here to specify a trailing slash
Fixes an issue in which nested links where not applied to the current route as it did not end in slash. This lead to invalid links and 404 errors when following such links. See eclipsesource#305 for more information.
Fixes an issue in which nested links where not applied to the current route as it did not end in slash. This lead to invalid links and 404 errors when following such links. See eclipsesource#305 for more information.
Fixes an issue in which nested links were not applied to the current route as it did not end in slash. This lead to invalid links and 404 errors when following such links. See eclipsesource#305 for more information.
Fixes an issue in which nested links were not applied to the current route as it did not end in slash. This lead to invalid links and 404 errors when following such links. See eclipsesource#305 for more information.
Fixes an issue in which nested links were not applied to the current route as it did not end in slash. This lead to invalid links and 404 errors when following such links. See #305 for more information.
Fixed with eebccfa |
Hello @sdirix, thank you for looking into the issue and giving me more details. Happy you fixed it 😊 |
When you hover and click the
Getting started
link at the end of the documentation homepage (Figure 1), it takes you to 404-pagehttps://jsonforms.io/getting-started
(Figure 2).Figure 1
Figure 2