diff --git a/docs/docs/development/Tooling.md b/docs/docs/development/Tooling.md index 3ebd74e26..3905a6381 100644 --- a/docs/docs/development/Tooling.md +++ b/docs/docs/development/Tooling.md @@ -66,7 +66,7 @@ When you just run `task` without parameters, you will see all tasks available. this configuration in production." in the terminal 2. Run `task app:build` to build the MIW application 3. -Run [ManagedIdentityWalletsApplication.java](src/main/java/org/eclipse/tractusx/managedidentitywallets/ManagedIdentityWalletsApplication.java) +Run `ManagedIdentityWalletsApplication.java` from src/main/java/org/eclipse/tractusx/managedidentitywallets/ManagedIdentityWalletsApplication.java via IDE and use the local.env file to populate environment vars (e.g. EnvFile plugin for IntelliJ) 4. Run `task app:get-token` and copy the token (including "BEARER" prefix) (Mac users have the token already in their clipboard :) ) @@ -90,7 +90,7 @@ via IDE and use the local.env file to populate environment vars (e.g. EnvFile pl See OpenAPI documentation, which is automatically created from the source and available on each deployment at the `/docs/api-docs/docs` endpoint (e.g. locally at http://localhost:8087/docs/api-docs/docs). An export of the JSON -document can be also found in [docs/openapi_v001.json](docs/openapi_v001.json). +document can be also found in our [API Spec](./API.md). # Test Coverage diff --git a/docs/docs/ssi/Verifiable Credentials.md b/docs/docs/ssi/Verifiable Credentials.md index 73a9b45c2..3f3f0e469 100644 --- a/docs/docs/ssi/Verifiable Credentials.md +++ b/docs/docs/ssi/Verifiable Credentials.md @@ -205,6 +205,3 @@ the participant in their capacity as a dismantler. } - -> Proposed Verifiable Credentials schemas for data spaces a further discussed in -> the [schemas documentation](../schemas/README.md).