summaryrefslogtreecommitdiff
path: root/docs/guide/getting-started/supported-languages.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/getting-started/supported-languages.md')
-rw-r--r--docs/guide/getting-started/supported-languages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/getting-started/supported-languages.md b/docs/guide/getting-started/supported-languages.md
index 47d5dbd..d6d669d 100644
--- a/docs/guide/getting-started/supported-languages.md
+++ b/docs/guide/getting-started/supported-languages.md
@@ -7,7 +7,7 @@ Gtk by implementing a state management and UI declaring solution.
## JavaScript
The main intended usage of Astal is in TypeScript+JSX.
-It is recommended to use [AGS](/guide/ags/first-widgets) to scaffold and run projects in TypeScript.
+It is recommended to use [AGS](/guide/typescript/first-widgets) to scaffold and run projects in TypeScript.
However, if you are familiar with JavaScript's tooling
ecosystem you can also setup an environment yourself.
Only a minimal knowledge of JavaScript's syntax is needed to get started.