From 9c5df2e9739bc093e6c468dbc9294b6cadebec0a Mon Sep 17 00:00:00 2001 From: Olof Blomqvist Date: Thu, 26 Oct 2023 10:22:26 +0200 Subject: [PATCH] Aiken get started: Fix broken examples link (#1168) * fix broken link * Update docs/get-started/aiken.md Co-authored-by: Robert Phair --------- Co-authored-by: Robert Phair --- docs/get-started/aiken.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/aiken.md b/docs/get-started/aiken.md index 9f031d36dc..72cad50e20 100644 --- a/docs/get-started/aiken.md +++ b/docs/get-started/aiken.md @@ -44,4 +44,4 @@ These editor integrations are currently available for Aiken: You are ready now to write and execute your first smart contract on Cardano. Have a look at the [hello world example contract](/docs/smart-contracts/aiken). -Visit the Aiken website and explore [other examples](https://aiken-lang.org/getting-started/vesting). +Visit the Aiken website and explore [other examples](https://aiken-lang.org/example--hello-world).