From 9751cfc2e70991feca6f050adf0c745522d71050 Mon Sep 17 00:00:00 2001 From: Kristov Atlas <7227529+kristovatlas@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:38:03 -0600 Subject: [PATCH 1/2] update reference to stdlibs in docs --- docs/reference/standard-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/standard-library.md b/docs/reference/standard-library.md index 71fad4943e6..f6ab5b307ce 100644 --- a/docs/reference/standard-library.md +++ b/docs/reference/standard-library.md @@ -4,7 +4,7 @@ id: standard-library # Gno Standard Library -When developing a realm in Gnolang, developers may utilize libraries in [stdlibs](https://github.com/gnolang/gno/tree/master/stdlibs). These are the core standard packages provided for Gnolang [Realms ](../explanation/realms.md)& [Packages](../explanation/packages.md). +When developing a realm in Gnolang, developers may utilize libraries in [stdlibs](https://github.com/gnolang/gno/tree/master/gnovm/stdlibs). These are the core standard packages provided for Gnolang [Realms ](../explanation/realms.md)& [Packages](../explanation/packages.md). Libraries can be imported in a manner similar to how libraries are imported in Golang. From 071fb307790eb6e2482a4a5fd599e5c3f6ec6075 Mon Sep 17 00:00:00 2001 From: Kristov Atlas <7227529+kristovatlas@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:17:19 -0600 Subject: [PATCH 2/2] fix link to testing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c2bb8f9996..6456c9b9a2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -273,7 +273,7 @@ your PR's comments if you don't). Additionally, we have a few testing systems that stray from this general rule; at the time of writing, these are for integration tests and language tests. You -can find more documentation about them [on this guide](gno/docs/testing-guide.md). +can find more documentation about them [on this guide](docs/testing-guide.md). ### Repository Structure