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 <[email protected]> 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] ----
