aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-02-26 20:21:41 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-02-26 20:21:41 +0000
commit01e0b22e5e0f0534d68efc2f25befae7172d522d (patch)
tree7cf7c8c40f54d95f29b21afface5aa8b84760342 /README.md
parent47028efa57348d92bbd43a3ff2eb32c1d7e29766 (diff)
downloadlustre-01e0b22e5e0f0534d68efc2f25befae7172d522d.tar.gz
lustre-01e0b22e5e0f0534d68efc2f25befae7172d522d.zip
:memo Move docs bages into pages/ dir.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 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.