Skip to content

Commit e8f843b

Browse files
committed
updated various guides to point to the pages on unifiedid.com
1 parent 0cfaf6f commit e8f843b

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

publisher/server_only/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Server-Only UID2 Integration Example
22

3-
[This example](https://example-srvonly-integ.uidapi.com/) demonstrates how a content publisher can use the [UID2 services](https://github.com/UnifiedID2/uid2docs/tree/main) to implement the [custom UID2 integration workflow](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/custom-publisher-integration.md).
3+
[This example](https://example-srvonly-integ.uidapi.com/) demonstrates how a content publisher can use the [UID2 services](https://github.com/UnifiedID2/uid2docs/tree/main) to implement the [custom UID2 integration workflow](https://unifiedid.com/docs/guides/custom-publisher-integration).
44

55
For an example application using the [Client-Side Identity JavaScript SDK](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/sdks/client-side-identity.md), see [UID2 SDK Integration Example](../standard/README.md).
66

@@ -42,7 +42,7 @@ If needed, to close the application, terminate the docker container or use the `
4242

4343
## Test the Example Application
4444

45-
The example application illustrates the steps documented in the [Server-Only UID2 Integration Guide](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/custom-publisher-integration.md).
45+
The example application illustrates the steps documented in the [Server-Only UID2 Integration Guide](https://unifiedid.com/docs/guides/custom-publisher-integration).
4646

4747
The application provides three main pages: index (main), example content 1, and example content 2. Access to these pages is possible only after the user completes the login process. If the user is not logged in, they will be redirected to the login page.
4848

publisher/server_only/views/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<body>
1010
<h1>Server-Only UID2 Integration Example</h1>
1111
<p class="intro">This example demonstrates how a content publisher can use the UID2 services to implement the
12-
<a href="https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/custom-publisher-integration.md">custom UID2 integration workflow</a>.
12+
<a href="https://unifiedid.com/docs/guides/custom-publisher-integration">custom UID2 integration workflow</a>.
1313
[<a href="https://github.com/UnifiedID2/uid2-examples/tree/main/publisher/server_only">Source Code</a>]</p>

publisher/standard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UID2 SDK Integration Example
22

3-
[This example](https://example-jssdk-integ.uidapi.com/) demonstrates how a content publisher can use the [UID2 services](https://github.com/UnifiedID2/uid2docs/tree/main) and the [Client-Side Identity JavaScript SDK](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/sdks/client-side-identity.md) (also known as the UID2 SDK) to implement the [standard UID2 integration workflow](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/publisher-client-side.md).
3+
[This example](https://example-jssdk-integ.uidapi.com/) demonstrates how a content publisher can use the [UID2 services](https://github.com/UnifiedID2/uid2docs/tree/main) and the [Client-Side Identity JavaScript SDK](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/sdks/client-side-identity.md) (also known as the UID2 SDK) to implement the [standard UID2 integration workflow](https://unifiedid.com/docs/guides/publisher-client-side).
44

55
For an example application without using the UID2 SDK, see [Server-Only UID2 Integration Example](../server_only/README.md).
66

@@ -40,7 +40,7 @@ If needed, to close the application, terminate the docker container or use the `
4040

4141
## Test the Example Application
4242

43-
The example application illustrates the steps documented in the [UID2 SDK Integration Guide](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/publisher-client-side.md). For an overview of the high-level workflow for establishing UID2 identity, API reference, and explanation of the UID2 cookie format, see [Client-Side Identity JavaScript SDK](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/sdks/client-side-identity.md).
43+
The example application illustrates the steps documented in the [UID2 SDK Integration Guide](https://unifiedid.com/docs/guides/publisher-client-side). For an overview of the high-level workflow for establishing UID2 identity, API reference, and explanation of the UID2 cookie format, see [Client-Side Identity JavaScript SDK](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/sdks/client-side-identity.md).
4444

4545
The following table outlines and annotates the steps you may take to test and explore the example application.
4646

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<h1>UID2 SDK Integration Example</h1>
22
<p class="intro">This example demonstrates how a content publisher can use the UID2 services and the <a href="https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/sdks/client-side-identity.md">Client-Side Identity JavaScript SDK</a>
3-
(UID2 SDK) to implement the <a href="https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/publisher-client-side.md">standard UID2 integration workflow</a>.
3+
(UID2 SDK) to implement the <a href="https://unifiedid.com/docs/guides/publisher-client-side">standard UID2 integration workflow</a>.
44
[<a href="https://github.com/UnifiedID2/uid2-examples/tree/main/publisher/standard">Source Code</a>]</p>

publisher/uid2-java-test-site/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HTTP server started on http://localhost:3000
3131

3232
## Test the Example Application
3333

34-
The example application illustrates the steps documented in the [Server-Only UID2 Integration Guide](https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/custom-publisher-integration.md).
34+
The example application illustrates the steps documented in the [Server-Only UID2 Integration Guide](https://unifiedid.com/docs/guides/custom-publisher-integration).
3535

3636
The application provides three main pages: index (main), example content 1, and example content 2. Access to these pages is possible only after the user completes the login process. If the user is not logged in, they will be redirected to the login page.
3737

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<h1>UID2 SDK Integration Example</h1>
22
<p class="intro">This example demonstrates how a content publisher can use the UID2 services and the <a href="https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/sdks/client-side-identity.md">Client-Side Identity JavaScript SDK</a>
3-
(UID2 SDK) to implement the <a href="https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/publisher-client-side.md">standard UID2 integration workflow</a>.
3+
(UID2 SDK) to implement the <a href="https://unifiedid.com/docs/guides/publisher-client-side">standard UID2 integration workflow</a>.
44
[<a href="https://github.com/UnifiedID2/uid2-examples/tree/main/publisher/standard">Source Code</a>]</p>

publisher/uid2-java-test-site/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<body>
1010
<h1>Server-Only UID2 Integration Example</h1>
1111
<p class="intro">This example demonstrates how a content publisher can use the UID2 services to implement the
12-
<a href="https://github.com/UnifiedID2/uid2docs/blob/main/api/v2/guides/custom-publisher-integration.md">custom UID2 integration workflow</a>.
12+
<a href="https://unifiedid.com/docs/guides/custom-publisher-integration">custom UID2 integration workflow</a>.
1313
[<a href="https://github.com/UnifiedID2/uid2-examples/tree/main/publisher/server_only">Source Code</a>]</p>

0 commit comments

Comments
 (0)