Skip to content

Commit 22c1991

Browse files
authored
Fix syntax link on codex home page
see thread https://elastic.slack.com/archives/C0JF80CJZ/p1775662761442549
1 parent 5c0cc56 commit 22c1991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Elastic.Codex/Landing/LandingView.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
@GetIconSvg("plus", "w-4 h-4 fill-current")
8181
Add your docs
8282
</a>
83-
<a href="https://docs-v3-preview.elastic.dev/elastic/docs-builder/tree/main/syntax"
83+
<a href="https://elastic.github.io/docs-builder/syntax"
8484
target="_blank"
8585
rel="noopener"
8686
class="flex items-center gap-1.5 text-blue-elastic hover:underline">

0 commit comments

Comments
 (0)