From d1d020796ce4cec4027dccc0b5448ae5e8f6c933 Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:57:05 -0400 Subject: [PATCH] docs(learn): add link to rollkit godocs along since the specifications --- learn/specifications.md | 1 + 1 file changed, 1 insertion(+) diff --git a/learn/specifications.md b/learn/specifications.md index d72a1399e..2bde150e6 100644 --- a/learn/specifications.md +++ b/learn/specifications.md @@ -2,3 +2,4 @@ [Rollkit specifications](https://rollkit.github.io/rollkit/index.html) - is comprehensive documentation on the inner components of Rollkit, including data storage, transaction processing, and more. It’s an essential resource for developers looking to understand, contribute to and leverage the full capabilities of Rollkit. +Additional Rollkit documentation can be found in the [Rollkit godocs](https://pkg.go.dev/github.com/rollkit/rollkit).