diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-21 13:57:53 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-21 13:57:53 +0000 |
commit | b562382e7b4f9a4809863d4fe9a32a36467dbac9 (patch) | |
tree | 28fe47870989e1449959a58990f91834d9588e6e /src | |
parent | c15fa1096df2429935932d0e1fb7eb20702a0e37 (diff) | |
download | lustre-b562382e7b4f9a4809863d4fe9a32a36467dbac9.tar.gz lustre-b562382e7b4f9a4809863d4fe9a32a36467dbac9.zip |
:memo: Write quickstart guide.
Diffstat (limited to 'src')
-rw-r--r-- | src/lustre.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lustre.gleam b/src/lustre.gleam index 7cb6d3f..a2c2fe2 100644 --- a/src/lustre.gleam +++ b/src/lustre.gleam @@ -90,7 +90,7 @@ //// different kinds of applications. If you're just getting started with Lustre //// or frontend development, we recommend reading through them in order: //// -//// +//// - [`01-quickstart`](/guide/01-quickstart) //// //// This list of guides is likely to grow over time, so be sure to check back //// every now and then to see what's new! |