Skip to content

Commit

Permalink
docs: fix wrong links to HogQL docs in the HogQLEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGauthier committed Dec 30, 2024
1 parent 6463378 commit 7e5aae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/HogQLEditor/HogQLEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function HogQLEditor({
</LemonButton>
<div className="flex mt-1 gap-1">
<div className={`w-full text-right select-none ${CLICK_OUTSIDE_BLOCK_CLASS}`}>
<Link to="https://posthog.com/manual/hogql" target="_blank">
<Link to="https://posthog.com/docs/hogql" target="_blank">
Learn more about HogQL
</Link>
</div>
Expand Down

0 comments on commit 7e5aae4

Please sign in to comment.