Skip to content

Commit dc56507

Browse files
committed
Remove live demo links
1 parent ee7d4f0 commit dc56507

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This repository contains samples and demos for the [Target Node.js SDK](https://
66

77
- [react-shopping-cart-demo](react-shopping-cart-demo) - a demo showing how to fetch and inject Target offers in a
88
[React Redux](https://react-redux.js.org/) app on the server side and then instantly apply the offers on the client side,
9-
without any additional client-side Target calls. Check out the [Live Demo](http://target-nodejs-react-sample.eu-west-1.elasticbeanstalk.com).
9+
without any additional client-side Target calls.
1010
- [next-server-side-rendering-demo](next-server-side-rendering-demo) - a demo showing how to fetch and inject Target offers
1111
in a [Next.js](https://nextjs.org/) server-side rendered app, and then instantly apply the offers on the client side,
12-
without any additional client-side Target calls. Check out the [Live Demo](http://target-nodejs-ssr-sample.eu-west-1.elasticbeanstalk.com).
12+
without any additional client-side Target calls.
1313

1414
## Samples
1515

react-shopping-cart-demo/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ If you're already a Target client, try it out in your Experience Cloud Organizat
137137
3. Login to your Adobe Experience Cloud account, and open the Target UI. Create a new `A/B Test` activity and indicate `http://localhost:4444` as the `Activity URL`.
138138
4. You can now experiment with authoring different experiences and seeing how these are delivered via Target Node.js SDK and applied by at.js using Target serverState.
139139

140-
## Live demo
141-
142-
A Live version of this demo is available at: http://target-nodejs-react-sample.eu-west-1.elasticbeanstalk.com/
143-
144140
## Usage
145141

146142
1. Install dependencies: `npm i`

0 commit comments

Comments
 (0)