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 4ac102f4e Fix broken link in README (FINERACT-2088)
4ac102f4e is described below

commit 4ac102f4e081504c93b59a7f20546e3723afd3ce
Author: Santatra <[email protected]>
AuthorDate: Tue May 28 21:40:44 2024 +0300

    Fix broken link in README (FINERACT-2088)
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d7943378a..57d2da735 100644
--- a/README.md
+++ b/README.md
@@ -228,7 +228,7 @@ NOTE: we'll keep backwards compatibility until one of the 
next releases to ensur
 <br>SSL CONFIGURATION
 =================
 
-Read also [the HTTPS related 
doc](fineract-doc/src/docs/en/deployment.adoc#https).
+Read also [the HTTPS related 
doc](fineract-doc/src/docs/en/chapters/deployment/https.adoc).
 
 By default SSL is enabled, but all SSL related properties are now tunable. SSL 
can be turned off by setting the environment variable 
`FINERACT_SERVER_SSL_ENABLED` to false. If you do that then please make sure to 
also change the server port to `8080` via the variable `FINERACT_SERVER_PORT`, 
just for the sake of keeping the conventions.
 You can choose now easily a different SSL keystore by setting 
`FINERACT_SERVER_SSL_KEY_STORE` with a path to a different (not embedded) 
keystore. The password can be set via `FINERACT_SERVER_SSL_KEY_STORE_PASSWORD`. 
See the `application.properties` file and the latest Spring Boot documentation 
(https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html)
 for more details.
@@ -387,7 +387,7 @@ The progress of this project can be viewed here: [View 
change log](https://githu
 License
 ============
 
-This project is licensed under Apache License Version 2.0. See 
<https://github.com/apache/incubator-fineract/blob/develop/LICENSE.md> for 
reference.
+This project is licensed under Apache License Version 2.0. See 
<https://github.com/apache/fineract/blob/develop/APACHE_LICENSETEXT.md> for 
reference.
 
 The Connector/J JDBC Driver client library from MariaDB.org, which is licensed 
under the LGPL,
 is used in development when running integration tests that use the Liquibase 
library.  That JDBC
@@ -406,7 +406,7 @@ The API for Fineract is documented in 
[apiLive.htm](fineract-provider/src/main/r
 
 The Swagger documentation (work in progress; see 
[FINERACT-733](https://issues.apache.org/jira/browse/FINERACT-733)) can be 
accessed under 
[/fineract-provider/swagger-ui/index.html](https://localhost:8443/fineract-provider/swagger-ui/index.html)
 and [live Swagger UI here on 
Fineract.dev](https://sandbox.mifos.community/fineract-provider/swagger-ui/index.html).
 
-Apache Fineract supports client code generation using [Swagger 
Codegen](https://github.com/swagger-api/swagger-codegen) based on the [OpenAPI 
Specification](https://swagger.io/specification/).  For more instructions on 
how to generate the client code, check 
[docs/developers/swagger/client.md](docs/developers/swagger/client.md).
+Apache Fineract supports client code generation using [Swagger 
Codegen](https://github.com/swagger-api/swagger-codegen) based on the [OpenAPI 
Specification](https://swagger.io/specification/).  For more instructions on 
how to generate the client code, check 
[fineract-doc/src/docs/en/chapters/sdk/client.adoc](fineract-doc/src/docs/en/chapters/sdk/client.adoc).
 
 
 <br>API CLIENTS (Web UIs, Mobile, etc.)

Reply via email to