diff --git a/publisher/standard/README.md b/publisher/standard/README.md index 2dd31fc..dd2947b 100644 --- a/publisher/standard/README.md +++ b/publisher/standard/README.md @@ -2,7 +2,7 @@ [This example](https://example-jssdk-integ.uidapi.com/) demonstrates how a content publisher can use the UID2 services and the [Client-Side Identity JavaScript SDK](https://github.com/UnifiedID2/uid2docs/blob/main/api/v1/sdks/client-side-identity-v1.md) (also known as the UID2 SDK) to implement the [standard UID2 integration workflow](https://github.com/UnifiedID2/uid2docs/blob/main/api/v1/guides/publisher-client-side.md). -For an [example application](https://example-srvonly-integ.uidapi.com/) without using the UID2 SDK, see [Server-Only UID2 Integration Example](../server_only/README.md). +For an example application without using the UID2 SDK, see [Server-Only UID2 Integration Example](../server_only/README.md). >NOTE: While the server side of the example application is implemented in JavaScript using node.js, it is not a requirement. You can use any technology of your choice and refer to the example application for illustration of the functionality that needs to be implemented.