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:25:06 UTC

[fineract] branch vorburger-client-docs-github-links created (now 23cb5aaf9)

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

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


      at 23cb5aaf9 docs: Fix GitHub links on client.adoc

This branch includes the following new commits:

     new 23cb5aaf9 docs: Fix GitHub links on client.adoc

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 GitHub links on client.adoc

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-docs-github-links
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 23cb5aaf95576470d259bbc3741b6cbe8a6b202e
Author: Michael <mi...@vorburger.ch>
AuthorDate: Sun May 14 20:25:02 2023 +0200

    docs: Fix GitHub links on client.adoc
---
 fineract-doc/src/docs/en/chapters/sdk/client.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-doc/src/docs/en/chapters/sdk/client.adoc b/fineract-doc/src/docs/en/chapters/sdk/client.adoc
index 0a2fb9001..9cfcdf7fa 100644
--- a/fineract-doc/src/docs/en/chapters/sdk/client.adoc
+++ b/fineract-doc/src/docs/en/chapters/sdk/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/search?l=&q=repo%3Aapache%2Ffinera [...]
+The https://github.com/search?q=repo%3Aapache%2Ffineract+path%3AFineractClient.java&type=code[`FineractClient`] is the entry point to the _Fineract SDK Java API Client_. https://github.com/search?l=&q=repo%3Aapache%2Ffineract+path%3ACalls.java&type=code[`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 th [...]
 
 [source,java]
 ----