This is an automated email from the ASF dual-hosted git repository.
arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 5d3bd3a3d docs: Fix client.adoc link on fineract-client/README.md
5d3bd3a3d is described below
commit 5d3bd3a3d76ac7dde5582de97421d836bce23e26
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.