diff --git a/docs/use-generic-contracts.mdx b/docs/use-generic-contracts.mdx index 999a04e4..85af8db6 100644 --- a/docs/use-generic-contracts.mdx +++ b/docs/use-generic-contracts.mdx @@ -351,6 +351,7 @@ To interact with generic contracts and functions in your Java applications, see To write your own contracts and functions based on generic contracts and functions, see the following: +* The source code of the generic contracts and functions, which are available in the `generic-contracts` directory previously mentioned in this guide * [A Guide on How to Write a Good Contract](how-to-write-contract.mdx) * [A Guide on How to Write a Good Function](how-to-write-function.mdx)