From 113975d9343eceae385843a65fe11140c8f7e7e9 Mon Sep 17 00:00:00 2001 From: Eric McCarthy <7607035+bendyarm@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:00:57 -0700 Subject: [PATCH] fix top-level link to Developer Docs Signed-off-by: Eric McCarthy <7607035+bendyarm@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20282351d..b354cbb63 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository serves as a guide for getting started with building on Aleo. Here is a quick summary of the key components: -- [📖 Aleo Developer Docs](https://developer.aleo.org) - Developer documentation for Aleo and the Leo programming language. +- [📖 Aleo Developer Docs](https://docs.leo-lang.org/) - Developer documentation for Aleo and the Leo programming language. - [📡 SnarkOS](http://snarkos.org/) - A decentralized operating system for private applications. - [⚙️ SnarkVM](https://snarkvm.org/) - A virtual machine for zero-knowledge proofs. - [🦁 Leo](https://leo-lang.org/) - A programming language for zero-knowledge proofs.