Skip to content

Commit

Permalink
MOSIP-37357 Corrected Readme
Browse files Browse the repository at this point in the history
Signed-off-by: kameshsr <[email protected]>
  • Loading branch information
kameshsr committed Dec 12, 2024
1 parent 2905415 commit f1c1f5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions partner/partner-management-service/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Partner management service

## Overview
This repository contains the source code for partner management service. For an overview refer [here](https://nayakrounak.gitbook.io/mosip-docs/modules/partner-management).
This repository contains the source code for partner management service. For an overview refer [here](https://docs.mosip.io/1.2.0/partners).

## Databases
Refer to [SQL scripts](../../db_scripts).
Expand Down Expand Up @@ -35,9 +35,9 @@ spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
management.endpoint.env.show-values=ALWAYS
### Configuration
[partner-management-default.properties](https://github.com/mosip/mosip-config/blob/dev-integration/partner-management-default.properties)
[partner-management-default.properties](https://github.com/mosip/mosip-config/blob/master/partner-management-default.properties)
[application-default.properties](https://github.com/mosip/mosip-config/blob/dev-integration/application-default.properties)
[application-default.properties](https://github.com/mosip/mosip-config/blob/master/application-default.properties)
defined here.
Expand Down Expand Up @@ -79,4 +79,4 @@ Automated functional tests available in [Functional Tests](../../api-test).
API documentation is available [here](https://mosip.github.io/documentation/).
## License
This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE)
This project is licensed under the terms of [Mozilla Public License 2.0](../../LICENSE)
8 changes: 4 additions & 4 deletions partner/policy-management-service/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Policy management service

## Overview
This repository contains the source code for policy management service. For an overview refer [here](https://nayakrounak.gitbook.io/mosip-docs/modules/partner-management).
This repository contains the source code for policy management service. For an overview refer [here](https://docs.mosip.io/1.2.0/partners).

## Databases
Refer to [SQL scripts](../../db_scripts).
Expand Down Expand Up @@ -35,9 +35,9 @@ spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
management.endpoint.env.show-values=ALWAYS
### Configuration
[policy-management-default.properties](https://github.com/mosip/mosip-config/blob/dev-integration/policy-default.properties)
[policy-management-default.properties](https://github.com/mosip/mosip-config/blob/master/policy-default.properties)
[application-default.properties](https://github.com/mosip/mosip-config/blob/dev-integration/application-default.properties)
[application-default.properties](https://github.com/mosip/mosip-config/blob/master/application-default.properties)
defined here.
Expand Down Expand Up @@ -79,4 +79,4 @@ Automated functional tests available in [Functional Tests](../../api-test).
API documentation is available [here](https://mosip.github.io/documentation/).
## License
This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE)
This project is licensed under the terms of [Mozilla Public License 2.0](../../LICENSE)

0 comments on commit f1c1f5e

Please sign in to comment.