Skip to content

Commit

Permalink
Merge pull request #2075 from IntersectMBO/chore/update-docs-url
Browse files Browse the repository at this point in the history
chore: update delegation doc url
  • Loading branch information
kneerose committed Sep 24, 2024
2 parents ef78262 + 899516e commit 90fd2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/govtool-frontend/playwright/lib/constants/docsUrl.ts
Original file line number Diff line number Diff line change
@@ -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`;
Expand Down

0 comments on commit 90fd2c6

Please sign in to comment.