Skip to content

Commit 8b69073

Browse files
authored
Add random query string (#1240)
We need this to avoid a locally cached 301 response redirecting to elastic.co/docs I used ?lang=en so it does not look totally random like ?xyz
1 parent b73ea29 commit 8b69073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
<h3 class="font-sans font-bold text-2xl">Previous versions</h3>
253253
<p class="grow mt-4">Browse the docs for previous Elastic product versions.</p>
254254
<div class="mt-6">
255-
<a href="https://www.elastic.co/guide" target="_blank" rel="noopener noreferrer" class="link text-white">
255+
<a href="https://www.elastic.co/guide?lang=en" target="_blank" rel="noopener noreferrer" class="link text-white">
256256
View previous versions
257257
<svg class="link-arrow"
258258
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">

0 commit comments

Comments
 (0)