diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | src/lustre.gleam | 2 | ||||
-rw-r--r-- | src/lustre/attribute.gleam | 2 | ||||
-rw-r--r-- | src/lustre/effect.gleam | 2 | ||||
-rw-r--r-- | src/lustre/element.gleam | 2 | ||||
-rw-r--r-- | src/lustre/element/html.gleam | 2 | ||||
-rw-r--r-- | src/lustre/element/svg.gleam | 2 | ||||
-rw-r--r-- | src/lustre/event.gleam | 2 |
8 files changed, 11 insertions, 11 deletions
@@ -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 --------------------------------------------------------------------- |