Skip to content

Commit

Permalink
Fix links and typos in docs/Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrimaz authored Oct 5, 2023
1 parent 8cba670 commit 2d0d5ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Components
The components
* [aasrepository](../basyx.aasrepository/)
* [submodelrepository](../basyx.submodelrepository/)
* [aasenvironment](../basyx.aasenvironment/)
* [aasenvironment](../basyx.conceptdescriptionrepository/)
* [AAS Repository](../basyx.aasrepository/)
* [Submodel Repository](../basyx.submodelrepository/)
* [Concept Description Repository](../basyx.conceptdescriptionrepository/)
* [AAS Environment](../basyx.aasenvironment/)

offer common mechanisms to check the current health status of the application and configure Cross-Origin Resource Sharing (CORS) options.

Expand All @@ -14,7 +14,7 @@ The health endpoint to check whether the server is up and running is available a
For a detailed documentation on its configuration possibilities, see [Spring Management Endpoint](Management_Endpoint.md) documentation.

## CORS configuration
Cross-Site Resource Sharing options can be configured under [application.properties](./basyx.aasrepository.component/src/main/resources/application.properties) with the following attribute:
Cross-Site Resource Sharing options can be configured under [application.properties](../basyx.aasrepository/basyx.aasrepository.component/src/main/resources/application.properties) with the following attribute:

* Allowed Origin Patterns:<br>
Comma-separated list of origin patterns to allow. Unlike allowed origins which only supports '*', origin patterns are more flexible (for example 'https://*.example.com') and can be used when credentials are allowed. When no allowed origin patterns or allowed origins are set, CORS support is disabled.
Expand Down

0 comments on commit 2d0d5ec

Please sign in to comment.