Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

AssekoudaSamtou
Copy link

When you hover and click the Getting started link at the end of the documentation homepage (Figure 1), it takes you to 404-page https://jsonforms.io/getting-started (Figure 2).

image
Figure 1

image
Figure 2

@CLAassistant
Copy link

CLAassistant commented Dec 10, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@sdirix sdirix left a 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

sdirix added a commit to sdirix/jsonforms2-website that referenced this pull request Jan 13, 2025
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.
sdirix added a commit to sdirix/jsonforms2-website that referenced this pull request Jan 13, 2025
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.
sdirix added a commit to sdirix/jsonforms2-website that referenced this pull request Jan 13, 2025
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.
sdirix added a commit to sdirix/jsonforms2-website that referenced this pull request Jan 13, 2025
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.
sdirix added a commit that referenced this pull request Jan 13, 2025
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.
@sdirix
Copy link
Member

sdirix commented Jan 13, 2025

Fixed with eebccfa

@sdirix sdirix closed this Jan 13, 2025
@AssekoudaSamtou
Copy link
Author

Hello @sdirix, thank you for looking into the issue and giving me more details. Happy you fixed it 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants