From 276a2fe0d2cc59f379f3c0b4ca0460bd4686c868 Mon Sep 17 00:00:00 2001 From: Joseph Fajen Date: Thu, 6 Jun 2024 08:38:24 -0700 Subject: [PATCH] Adding link to Haddock documentation to index.md --- docusaurus/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/index.md b/docusaurus/docs/index.md index 08cbeeb43c2..e9f47e5cd5a 100644 --- a/docusaurus/docs/index.md +++ b/docusaurus/docs/index.md @@ -42,7 +42,7 @@ See, for example: ## The Plutus repository The [Plutus repository](https://github.com/IntersectMBO/plutus) contains the implementation, specification, and mechanized metatheory of Plutus Core. -It also contains the Plutus Tx compiler and the libraries, such as `PlutusTx.List`, for writing Haskell code that can be compiled to Plutus Core. +It also contains the Plutus Tx compiler and the [combined documentation for all the public Plutus code libraries](https://intersectmbo.github.io/plutus/master/), such as `PlutusTx.List`, for writing Haskell code that can be compiled to Plutus Core. ## Educational resources