From b03af6e00215a51a50a02b76d49a12f09106593b Mon Sep 17 00:00:00 2001 From: Madhava Kulkarni <160615734+madhavbk@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:02:15 +0530 Subject: [PATCH] Update info.json The help link is broken for the plugin due to incomplete URL. --- plugins/ucv-ext-cypress/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ucv-ext-cypress/info.json b/plugins/ucv-ext-cypress/info.json index 904fefc..0a97946 100644 --- a/plugins/ucv-ext-cypress/info.json +++ b/plugins/ucv-ext-cypress/info.json @@ -1,9 +1,9 @@ { "name": "Cypress", - "url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/", + "url": "https://urbancode.github.io/IBM-UCx-PLUGIN-DOCS/UCV/ucv-ext-cypress", "description": "This is a plugin to handle Cypress data", "author": { "name": "UrbanCode", "email": "urbancode-plugins@hcl.com" } -} \ No newline at end of file +}