diff --git a/docs/docs/user/examples/real-time-customer-profiles.md b/docs/docs/user/examples/real-time-customer-profiles.md index 506d5588..97b7b8f1 100644 --- a/docs/docs/user/examples/real-time-customer-profiles.md +++ b/docs/docs/user/examples/real-time-customer-profiles.md @@ -11,9 +11,6 @@ based on the user's playlist. - integration of a recommendation service - a global GraphQL schema forming the customer profile -Visit the [demo website](https://profile-store.d9p.io/dashboard/) to see the example up and running. -This visualizes the real-time profiles in a front-end. - The code can be found in [Quick's example repository](https://github.com/bakdata/quick-examples/tree/main/profile-store). The example uses the real world data set [LFM-1b](http://www.cp.jku.at/datasets/LFM-1b/). The Kafka Streams application is written based on our open source [streams-bootstrap library](https://github.com/bakdata/streams-bootstrap). diff --git a/docs/docs/user/examples/real-time-monitoring.md b/docs/docs/user/examples/real-time-monitoring.md index 1c881586..d22b4f0f 100644 --- a/docs/docs/user/examples/real-time-monitoring.md +++ b/docs/docs/user/examples/real-time-monitoring.md @@ -12,9 +12,8 @@ All of them emit statuses that, among others, include the trip's and vehicle's i - subscriptions in action - the ingest REST API used by an example producer -A [dashboard](https://carsharing.d9p.io/) displays this information on an interactive map. - -[![carsharing-app](../../assets/images/carsharing.png)](https://carsharing.d9p.io/) +A dashboard displays this information on an interactive map: +![carsharing-app](../../assets/images/carsharing.png)