You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quick solution here is just to change the links to point to /docs, a more long-term one would be to also set-up a redirect from docs/getting-started to docs so that we don't hurt the poor search engines. :)
As far as I remember, a classic way to do that with Jekyll is putting something like:
The getting-started.md file has it's permalink set to
docs
, resulting in some redirection issues:effekt-website/index.md
Line 51 in 3cab20a
effekt-website/quickstart.md
Line 9 in 3cab20a
effekt-website/_layouts/home.html
Line 49 in 3cab20a
These redirects all fail, resulting in a 404 page. Changing the permalink or the redirects should fix the issue.
The text was updated successfully, but these errors were encountered: