aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaren Chandisingh <dchandisingh@gmail.com>2024-03-12 06:45:45 +0000
committerGitHub <noreply@github.com>2024-03-12 07:45:45 +0100
commit1e6354995552ff44d1527874c36ccb7de3b45f28 (patch)
tree58f3ae678b6ea7dcbcf874f297c28ca4a4ea51ea
parent86a2ce758c759fdaa02ee8d5f7fec0f2fb0896f7 (diff)
downloadlustre-1e6354995552ff44d1527874c36ccb7de3b45f28.tar.gz
lustre-1e6354995552ff44d1527874c36ccb7de3b45f28.zip
🔀 Fix link to Quickstart guide. (#52)
Original link was a 404
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fa640ca..9b6afcf 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ end
## Where next
-To get up to speed with Lustre, check out the [quickstart guide](https://hexdocs.pm/lustre/4.0.0-rc1/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.html).
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.