diff options
Diffstat (limited to 'src')
-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 |
7 files changed, 7 insertions, 7 deletions
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 --------------------------------------------------------------------- |