From 7e5c919e421f9f3faa2daf78d2915c1603b9b5da Mon Sep 17 00:00:00 2001 From: Peter White Date: Mon, 29 Dec 2025 10:57:47 -0700 Subject: [PATCH] Add documentation link to README Added documentation link for Compact language. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 488b402..59fbddb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Compact is the Midnight network's smart contract language. +**Documentation:** https://docs.midnight.network/compact + ## Contributing to Compact The project welcomes contributions. The easiest way to contribute is to file bug reports and feature requests as [issues](https://github.com/midnightntwrk/compact/issues). To learn how to disclose security issues, see [Midnight Foundation Security Policy](SECURITY.md). For more information on contributing, see [Contributing](CONTRIBUTING.md).