Skip to content

Commit eb00c09

Browse files
authored
Merge pull request #3830 from IntersectMBO/fix/test-docs-url
Fix: Update privacy policy and terms of use URLs in docsUrl.ts
2 parents cfd3c85 + 4dd0e5e commit eb00c09

File tree

1 file changed

+2
-2
lines changed
  • tests/govtool-frontend/playwright/lib/constants

1 file changed

+2
-2
lines changed

tests/govtool-frontend/playwright/lib/constants/docsUrl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const ABSTAIN_VOTE_DOC_URL = `${environments.docsUrl}/using-govtool/deleg
99
export const SIGNAL_NO_CONFIDENCE_VOTE_DOC_URL = `${environments.docsUrl}/using-govtool/delegating/signal-no-confidence-on-every-vote`;
1010
export const FAQS_DOC_URL = `${environments.docsUrl}/faqs`;
1111
export const GUIDES_DOC_URL = `${environments.docsUrl}/using-govtool`;
12-
export const PRIVACY_POLICY = `https://docs.intersectmbo.org/legal/policies-and-conditions/privacy-policy`;
13-
export const TERMS_AND_CONDITIONS = `https://docs.intersectmbo.org/legal/policies-and-conditions/terms-of-use`;
12+
export const PRIVACY_POLICY = `https://docs.intersectmbo.org/legal/policies-and-conditions/intersect-members-policies/privacy-policy`;
13+
export const TERMS_AND_CONDITIONS = `https://docs.intersectmbo.org/legal/policies-and-conditions/intersect-internal-policies/terms-of-use`;
1414
export const HELP_DOC_URL = `${environments.docsUrl}/support`;
1515
export const BOOTSTRAP_DOC_URL = `${environments.docsUrl}/faqs/bootstrapping-phase`;

0 commit comments

Comments
 (0)