diff --git a/_layouts/redirect.html b/_layouts/redirect.html index 04a8e521..228f056a 100644 --- a/_layouts/redirect.html +++ b/_layouts/redirect.html @@ -23,7 +23,19 @@ {% if moved_to_help %}Moved to the Keboola help docs{% else %}Redirecting…{% endif %} | Keboola Developers Knowledge Base - + {%- comment -%} + Carry the URL fragment across the redirect: a reader following a deep link + like /extend/generic-extractor/configuration/#retry should land on that + section of the help page, not at its top. The meta refresh below is the + no-JS fallback and cannot forward the fragment (browsers drop it). + {%- endcomment -%} +