summaryrefslogtreecommitdiff
path: root/docs/guide/getting-started
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-15 13:36:16 +0000
committerAylur <[email protected]>2024-10-15 13:36:16 +0000
commitb33c3bf91dbbea13b1a2c8603e00809b22cd42c8 (patch)
tree0e0cbcee40676d2ce88f2b6f040ee3210b08020f /docs/guide/getting-started
parentbafd48d3df9b43a1d49ec015eff30619d595468b (diff)
docs: fix links
Diffstat (limited to 'docs/guide/getting-started')
-rw-r--r--docs/guide/getting-started/introduction.md2
-rw-r--r--docs/guide/getting-started/nix.md2
-rw-r--r--docs/guide/getting-started/supported-languages.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/guide/getting-started/introduction.md b/docs/guide/getting-started/introduction.md
index af176c3..782c069 100644
--- a/docs/guide/getting-started/introduction.md
+++ b/docs/guide/getting-started/introduction.md
@@ -6,7 +6,7 @@ Astal (_meaning "desk"_) is a suite of libraries in Vala and C.
The core library [astal3](https://aylur.github.io/libastal/astal3) and
[astal4](https://aylur.github.io/libastal/astal4) (not yet available)
has some Gtk widgets that come packaged,
-the most important one being the [Window](https://aylur.github.io/libastal/class.Window.html) which is the main toplevel component using [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell).
+the most important one being the [Window](https://aylur.github.io/libastal/astal3/class.Window.html) which is the main toplevel component using [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell).
This is what allows us to use Gtk as shell components on Wayland.
The other part of the core library [astal-io](https://aylur.github.io/libastal/astal-io)
which contains some utility GLib shortcut for running external processes,
diff --git a/docs/guide/getting-started/nix.md b/docs/guide/getting-started/nix.md
index 5c0db28..1d50d35 100644
--- a/docs/guide/getting-started/nix.md
+++ b/docs/guide/getting-started/nix.md
@@ -88,7 +88,7 @@ Using Astal on Nix will require you to package your project.
## AGS
-The recommended way to use [AGS](../ags/first-widgets#first-widgets) on NixOS is through the home-manager module.
+The recommended way to use [AGS](../typescript/first-widgets#first-widgets) on NixOS is through the home-manager module.
Example content of a `flake.nix` file that contains your `homeConfigurations`.
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.