Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links and typos in docs/Readme.md #101

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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