From 899516ef2d01399f1a5d65eee930e0149590be3b Mon Sep 17 00:00:00 2001 From: Niraj Date: Tue, 24 Sep 2024 12:04:34 +0545 Subject: [PATCH] chore: update delegation doc url --- tests/govtool-frontend/playwright/lib/constants/docsUrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/govtool-frontend/playwright/lib/constants/docsUrl.ts b/tests/govtool-frontend/playwright/lib/constants/docsUrl.ts index e466a446..b71d3b38 100644 --- a/tests/govtool-frontend/playwright/lib/constants/docsUrl.ts +++ b/tests/govtool-frontend/playwright/lib/constants/docsUrl.ts @@ -1,6 +1,6 @@ import environments from "./environments"; -export const DELEGATION_DOC_URL = `${environments.docsUrl}/using-govtool/govtool-functions/delegating`; +export const DELEGATION_DOC_URL = `${environments.docsUrl}/about/what-is-cardano-govtool/govtool-functions/delegating`; export const REGISTER_DREP_DOC_URL = `${environments.docsUrl}/using-govtool/govtool-functions/dreps/register-as-a-drep`; export const DIRECT_VOTER_DOC_URL = `${environments.docsUrl}/using-govtool/govtool-functions/direct-voting`; export const GOVERNANCE_ACTION_DOC_URL = `${environments.docsUrl}/using-govtool/govtool-functions/governance-actions/view-governance-actions`;