This is an automated email from the ASF dual-hosted git repository. vorburger pushed a commit to branch vorburger-client.adoc in repository https://gitbox.apache.org/repos/asf/fineract.git
commit e4d7ab2de70afbfe73d023a003909c0c50dff4ee Author: Michael <[email protected]> AuthorDate: Sun May 14 20:17:13 2023 +0200 docs: Fix client.adoc link on fineract-client/README.md --- fineract-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fineract-client/README.md b/fineract-client/README.md index eed7fcbf0..9babfda9b 100644 --- a/fineract-client/README.md +++ b/fineract-client/README.md @@ -2,6 +2,6 @@ This is the source of the official Apache Fineract Java Client library. It is mostly autogenerated using **Swagger Codegen**, but includes a number of hand-written utility classes to aid in its usage. -There is some [documentation about it here](https://github.com/apache/fineract/blob/develop/fineract-doc/src/docs/en/05_client.adoc). +There is some [documentation about it here](https://github.com/apache/fineract/blob/develop/fineract-doc/src/docs/en/chapters/sdk/client.adoc). Please contribute improvements to this (a submodule of Apache Fineract) if this client library has gaps for what you need it for.
