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

Fix footer FAQ link #2959

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Fix footer FAQ link #2959

merged 1 commit into from
Dec 5, 2023

Conversation

Smylers
Copy link
Contributor

@Smylers Smylers commented Dec 5, 2023

The ‘FAQ’ link in the website footer is relative, meaning that it can go to the wrong place when not on the site homepage. For instance, on https://metacpan.org/pod/feature it links to https://metacpan.org/pod/about/faq, relative to the /pod/ path, instead of the correct https://metacpan.org/about/faq.

This adds a leading slash, to always link to /about/faq.

@haarg haarg merged commit 8721741 into metacpan:master Dec 5, 2023
6 checks passed
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.

2 participants