aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-09-22 10:43:43 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-09-22 10:43:43 +0100
commitf2aa84a60724203e41a89f0672e56718f1a6965b (patch)
treeee89b747daef149e50f44dde051ad8a57afa604d
parent60ca120b030de72aedd675e16961f0ece2fe8063 (diff)
downloadlustre-3.0.4.tar.gz
lustre-3.0.4.zip
:memo: Update documentation links to point to lustre.buildv3.0.4
-rw-r--r--README.md8
-rw-r--r--src/lustre.gleam2
-rw-r--r--src/lustre/attribute.gleam2
-rw-r--r--src/lustre/effect.gleam2
-rw-r--r--src/lustre/element.gleam2
-rw-r--r--src/lustre/element/html.gleam2
-rw-r--r--src/lustre/element/svg.gleam2
-rw-r--r--src/lustre/event.gleam2
8 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 9f393f5..ab3770e 100644
--- a/README.md
+++ b/README.md
@@ -47,10 +47,10 @@ fn view(model) {
## Documentation
-You can find the official documentation over at [pkg.hayleigh.dev/lustre](https://pkg.hayleigh.dev/lustre).
-Note that if you're viewing the documentation published on Hexdocs, you may find
-that things are missing! Because of the way Gleam's documentation is generated,
-packages and functions that target JavaScript don't get documented.
+You can find the official documentation over at [lustre.build](lustre.build). Note
+that if you're viewing the documentation published on [Hexdocs](https://hexdocs.pm/lustre/index.html),
+you may find that things are missing! Because of the way Gleam's documentation is
+generated, packages and functions that target _only_ JavaScript don't get documented.
## Installation
diff --git a/src/lustre.gleam b/src/lustre.gleam
index 4f8249a..7fd7ec9 100644
--- a/src/lustre.gleam
+++ b/src/lustre.gleam
@@ -1,5 +1,5 @@
//// To read the full documentation for this module, please visit
-//// [https://pkg.hayleigh.dev/lustre/api/lustre](https://pkg.hayleigh.dev/lustre/api/lustre)
+//// [https://lustre.build/api/lustre](https://lustre.build/api/lustre)
// IMPORTS ---------------------------------------------------------------------
diff --git a/src/lustre/attribute.gleam b/src/lustre/attribute.gleam
index 0c79692..6540713 100644
--- a/src/lustre/attribute.gleam
+++ b/src/lustre/attribute.gleam
@@ -1,5 +1,5 @@
//// To read the full documentation for this module, please visit
-//// [https://pkg.hayleigh.dev/lustre/api/lustre/attribute](https://pkg.hayleigh.dev/lustre/api/lustre/attribute)
+//// [https://lustre.build/api/lustre/attribute](https://lustre.build/api/lustre/attribute)
// IMPORTS ---------------------------------------------------------------------
diff --git a/src/lustre/effect.gleam b/src/lustre/effect.gleam
index 964ddd2..50545c3 100644
--- a/src/lustre/effect.gleam
+++ b/src/lustre/effect.gleam
@@ -1,5 +1,5 @@
//// To read the full documentation for this module, please visit
-//// [https://pkg.hayleigh.dev/lustre/api/lustre/effect](https://pkg.hayleigh.dev/lustre/api/lustre/effect)
+//// [https://lustre.build/api/lustre/effect](https://lustre.build/api/lustre/effect)
// IMPORTS ---------------------------------------------------------------------
diff --git a/src/lustre/element.gleam b/src/lustre/element.gleam
index 32d8b23..735fcba 100644
--- a/src/lustre/element.gleam
+++ b/src/lustre/element.gleam
@@ -1,5 +1,5 @@
//// To read the full documentation for this module, please visit
-//// [https://pkg.hayleigh.dev/lustre/api/lustre/element](https://pkg.hayleigh.dev/lustre/api/lustre/element)
+//// [https://lustre.build/api/lustre/element](https://lustre.build/api/lustre/element)
// IMPORTS ---------------------------------------------------------------------
diff --git a/src/lustre/element/html.gleam b/src/lustre/element/html.gleam
index a69a5fd..bbff1d9 100644
--- a/src/lustre/element/html.gleam
+++ b/src/lustre/element/html.gleam
@@ -1,5 +1,5 @@
//// To read the full documentation for this module, please visit
-//// [https://pkg.hayleigh.dev/lustre/api/lustre/element/html](https://pkg.hayleigh.dev/lustre/api/lustre/element/html)
+//// [https://lustre.build/api/lustre/element/html](https://lustre.build/api/lustre/element/html)
// IMPORTS ---------------------------------------------------------------------
diff --git a/src/lustre/element/svg.gleam b/src/lustre/element/svg.gleam
index a1fc0ce..a38280e 100644
--- a/src/lustre/element/svg.gleam
+++ b/src/lustre/element/svg.gleam
@@ -1,5 +1,5 @@
//// To read the full documentation for this module, please visit
-//// [https://pkg.hayleigh.dev/lustre/api/lustre/element/svg](https://pkg.hayleigh.dev/lustre/api/lustre/element/svg)
+//// [https://lustre.build/api/lustre/element/svg](https://lustre.build/api/lustre/element/svg)
// IMPORTS ---------------------------------------------------------------------
diff --git a/src/lustre/event.gleam b/src/lustre/event.gleam
index 7b68889..8980490 100644
--- a/src/lustre/event.gleam
+++ b/src/lustre/event.gleam
@@ -1,5 +1,5 @@
//// To read the full documentation for this module, please visit
-//// [https://pkg.hayleigh.dev/lustre/api/lustre/event](https://pkg.hayleigh.dev/lustre/api/lustre/event)
+//// [https://lustre.build/api/lustre/event](https://lustre.build/api/lustre/event)
// IMPORTS ---------------------------------------------------------------------