Skip to content

Commit

Permalink
chore: update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyjoygh committed Feb 3, 2025
1 parent ff04fdc commit 8f35086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/CreateShortcutDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ const CreateShortcutDialog: React.FC<Props> = (props: Props) => {
<li>
<a
className="text-sm text-blue-600 hover:underline"
href="https://www.usememos.com/docs/getting-started/shortcuts#how-to-write-a-filter-in-a-shortcut"
href="https://www.usememos.com/docs/getting-started/shortcuts#how-to-write-a-filter"
target="_blank"
>
How to Write a Filter in a Shortcut?
How to Write a Filter?
</a>
</li>
</ul>
Expand Down

0 comments on commit 8f35086

Please sign in to comment.