Skip to content

Fix outdated User Guides + GitHub Issues links in registration email (#1236)#240

Open
riverma wants to merge 1 commit into
developfrom
fix-1236-docs-link-in-registration-email
Open

Fix outdated User Guides + GitHub Issues links in registration email (#1236)#240
riverma wants to merge 1 commit into
developfrom
fix-1236-docs-link-in-registration-email

Conversation

@riverma

@riverma riverma commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

The account emails render their URLs from get_environment_info() in email_util.py, and two were stale: User Guides pointed at the old <env>.maap-project.org/user-guides/ WordPress path, and GitHub issues pointed at the retired ZenHub repo.

Pointed them at docs.maap-project.org/en/latest/getting_started.html and MAAP-Project/Community/issues. Since the URLs are centralized, this fixes all six templates that use these placeholders — no template edits needed. Verified both URLs return 200 and grep finds no remaining user-guides/ZenHub strings.

Closes MAAP-Project/Community#1236.

…(#1236)

The welcome-to-suspended-user email rendered two stale URLs:

- user_guides pointed at https://<env>.maap-project.org/user-guides/, a
  WordPress path that's been superseded by docs.maap-project.org. Point
  it at the canonical /en/latest/getting_started.html instead. This is
  no longer environment-suffixed since the docs site is a single source.
- github issues pointed at MAAP-Project/ZenHub, which is no longer the
  user-facing tracker. Point it at MAAP-Project/Community, matching the
  triage flow documented in our internal repo guide.

Closes #1236.
@sonarqubecloud

sonarqubecloud Bot commented Jun 8, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants