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 2022/01/07 12:32:24 UTC

[fineract] branch develop updated: Fix link to FineractClientDemo.java in documentation

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

vorburger 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 045f4be  Fix link to FineractClientDemo.java in documentation
045f4be is described below

commit 045f4beb2750222930ece4706b56ee616edcf6ec
Author: Michael Vorburger ⛑️ <vo...@apache.org>
AuthorDate: Fri Jan 7 13:26:22 2022 +0100

    Fix link to FineractClientDemo.java in documentation
---
 fineract-doc/src/docs/en/05_client.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-doc/src/docs/en/05_client.adoc b/fineract-doc/src/docs/en/05_client.adoc
index 6b8c06f..917ca06 100644
--- a/fineract-doc/src/docs/en/05_client.adoc
+++ b/fineract-doc/src/docs/en/05_client.adoc
@@ -6,7 +6,7 @@ Apache Fineract supports client code generation using https://openapi-generator.
 
 The `fineract-client.jar` will eventually be available on Maven Central (watch https://issues.apache.org/jira/browse/FINERACT-1102[FINERACT-1102]). Until it is, you can quite easily build the latest and greatest version locally from source, see below.
 
-The https://github.com/apache/fineract/search?q=FineractClient.java[`FineractClient`] is the entry point to the _Fineract SDK Java API Client_. https://github.com/apache/fineract/search?q=Calls.java[`Calls`] is a convenient and recommended utility to simplify the use of the https://square.github.io/retrofit/2.x/retrofit/retrofit2/Call.html[`retrofit2.Call`] type which all API operations return. This permits you to use the API like the https://github.com/apache/fineract/search?q=FineractC [...]
+The https://github.com/apache/fineract/search?q=FineractClient.java[`FineractClient`] is the entry point to the _Fineract SDK Java API Client_. https://github.com/apache/fineract/search?q=Calls.java[`Calls`] is a convenient and recommended utility to simplify the use of the https://square.github.io/retrofit/2.x/retrofit/retrofit2/Call.html[`retrofit2.Call`] type which all API operations return. This permits you to use the API like the https://github.com/search?l=&q=repo%3Aapache%2Ffinera [...]
 
 [source,java]
 ----