From c06293a7f2ed34238bdd26fb0acbbf2dce01dc6d Mon Sep 17 00:00:00 2001 From: elenaTTD <88212432+elenaTTD@users.noreply.github.com> Date: Tue, 1 Feb 2022 14:11:28 -0800 Subject: [PATCH] Update README.md Removed the links to the server-only sample app. --- publisher/standard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.