You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2023/05/14 18:17:20 UTC

[fineract] branch vorburger-client.adoc created (now e4d7ab2de)

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a change to branch vorburger-client.adoc
in repository https://gitbox.apache.org/repos/asf/fineract.git


      at e4d7ab2de docs: Fix client.adoc link on fineract-client/README.md

This branch includes the following new commits:

     new e4d7ab2de docs: Fix client.adoc link on fineract-client/README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[fineract] 01/01: docs: Fix client.adoc link on fineract-client/README.md

Posted by vo...@apache.org.
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 <mi...@vorburger.ch>
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.