diff --git a/README.md b/README.md index e73b42ae..02ba0f43 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ # Fingerprint Server API Java SDK -[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering industry-leading accuracy. The Fingerprint Server Java SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Java application. You can search, update, and delete identification events. +[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering industry-leading accuracy. The Fingerprint Server Java SDK is an easy way to interact with the Fingerprint [Server API](https://docs.fingerprint.com/reference/server-api) from your Java application. You can search, update, and delete identification events. *Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)* @@ -189,7 +189,7 @@ public class FingerprintApiExample { ## Sealed results -This SDK provides utility methods for decoding [sealed results](https://dev.fingerprint.com/docs/sealed-client-results). +This SDK provides utility methods for decoding [sealed results](https://docs.fingerprint.com/docs/sealed-client-results). ```java package com.fingerprint.example; diff --git a/template/README.mustache b/template/README.mustache index 063076c8..95370bd8 100644 --- a/template/README.mustache +++ b/template/README.mustache @@ -18,7 +18,7 @@ # Fingerprint Server API Java SDK -[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering industry-leading accuracy. The Fingerprint Server Java SDK is an easy way to interact with the Fingerprint [Server API](https://dev.fingerprint.com/reference/pro-server-api) from your Java application. You can search, update, and delete identification events. +[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering industry-leading accuracy. The Fingerprint Server Java SDK is an easy way to interact with the Fingerprint [Server API](https://docs.fingerprint.com/reference/server-api) from your Java application. You can search, update, and delete identification events. *Automatically generated by the [OpenAPI Generator](https://openapi-generator.tech)* @@ -189,7 +189,7 @@ public class FingerprintApiExample { ## Sealed results -This SDK provides utility methods for decoding [sealed results](https://dev.fingerprint.com/docs/sealed-client-results). +This SDK provides utility methods for decoding [sealed results](https://docs.fingerprint.com/docs/sealed-client-results). ```java package com.fingerprint.example;