aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--gleam.toml2
-rw-r--r--pages/guide/01-quickstart.md (renamed from docs/guide/01-quickstart.md)0
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e297d56..fa640ca 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
</a>
<span> | </span>
-->
- <a href="https://github.com/lustre-labs/lustre/docs/guide/01-quickstart.md">
+ <a href="https://hexdocs.pm/lustre/4.0.0-rc1/guide/01-quickstart.html">
Quickstart
</a>
<span> | </span>
@@ -165,7 +165,7 @@ end
## Where next
-To get up to speed with Lustre, check out the [quickstart guide](./guide/01-quickstart).
+To get up to speed with Lustre, check out the [quickstart guide](https://hexdocs.pm/lustre/4.0.0-rc1/guide/01-quickstart).
If you prefer to see some code, the [examples](https://github.com/lustre-labs/lustre/tree/main/examples)
directory contains a handful of small applications that demonstrate different
aspects of the framework.
diff --git a/gleam.toml b/gleam.toml
index 94cf365..43b2689 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -23,7 +23,7 @@ internal_modules = [
pages = [
# { title = "CLI reference", path = "#", source = "" },
# { title = " ", path = "#", source = "" },
- { title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./docs/guide/01-quickstart.md" },
+ { title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./pages/guide/01-quickstart.md" },
# { title = "Managing state", path = "#", source = "" },
# { title = "Side effects", path = "#", source = "" },
# { title = "Server-side rendering", path = "#", source = "" },
diff --git a/docs/guide/01-quickstart.md b/pages/guide/01-quickstart.md
index b0b61fb..b0b61fb 100644
--- a/docs/guide/01-quickstart.md
+++ b/pages/guide/01-quickstart.md