From 3ecc24d2cc13e573f2e4052078a3e5c39acd6597 Mon Sep 17 00:00:00 2001 From: Prince Merluza Date: Tue, 7 Nov 2023 16:31:40 +0800 Subject: [PATCH] Fix links --- README.md | 2 +- blueprint/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e582c8..ea6013a 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Develop a Vue App for basic agent monitoring -View the [Develop a Vue App for basic agent monitoring blueprint](https://developer.mypurecloud.com/blueprints/agent-monitoring-app "Opens the Genesys Cloud Developer Center blueprints page"). +View the [Develop a Vue App for basic agent monitoring blueprint](https://developer.mypurecloud.com/blueprints/agent-monitoring-app-blueprint "Opens the Genesys Cloud Developer Center blueprints page"). ![GCSDK_Angular](blueprint/images/vue-app-genesys-cloud.png "Develop a Vue App for basic agent monitoring") diff --git a/blueprint/index.md b/blueprint/index.md index f480887..435325b 100644 --- a/blueprint/index.md +++ b/blueprint/index.md @@ -72,10 +72,10 @@ To run the sample Vue app from the GitHub repo: ### Run the app locally -1. Clone the GitHub repository [agent-monitoring-app](https://github.com/GenesysCloudBlueprints/agent-monitoring-app "Opens the GitHub repository") to your local machine: +1. Clone the GitHub repository [agent-monitoring-app](https://github.com/GenesysCloudBlueprints/agent-monitoring-app-blueprint "Opens the GitHub repository") to your local machine: ```bash - git clone https://github.com/GenesysCloudBlueprints/agent-monitoring-app.git + git clone https://github.com/GenesysCloudBlueprints/agent-monitoring-app-blueprint.git ``` 2. Navigate to the **agent-monitoring-app** project directory: