Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Inrupt Java Client Libraries provide highly flexible, simple components that

## Using the libraries as a dependency in your own projects

To use the Inrupt Java Client Libraries in your projects make sure to visit the [Getting Started page](https://docs.inrupt.com/developer-tools/java/client-libraries/getting-started/) of the documentation.
To use the Inrupt Java Client Libraries in your projects make sure to visit the [Getting Started page](https://docs.inrupt.com/sdk/java-sdk/tutorial) of the documentation.

Next we will document how to use this repository locally.

Expand Down Expand Up @@ -63,8 +63,8 @@ forum is a good place to meet the rest of the community.

## Documentation

- [Inrupt Java Client Libraries getting started](https://docs.inrupt.com/developer-tools/java/client-libraries/getting-started/)
- [Inrupt Java Client Libraries javadocs](https://docs.inrupt.com/developer-tools/api/java/inrupt-client/latest/)
- [Inrupt Java Client Libraries getting started](https://docs.inrupt.com/sdk/java-sdk/tutorial)
- [Inrupt Java Client Libraries javadocs](https://api.docs.inrupt.com/docs/developer-tools/api/java/inrupt-client/latest/)

## Changelog

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
</executions>
<configuration>
<failBuildOnCVSS>7</failBuildOnCVSS>
<ossIndexWarnOnlyOnRemoteErrors>true</ossIndexWarnOnlyOnRemoteErrors>
<ossindexAnalyzerEnabled>false</ossindexAnalyzerEnabled>
<formats>
<format>HTML</format>
<format>JSON</format>
Expand Down