Skip to content

docs: update old Transifex URLs in release notes#7239

Draft
thepastaclaw wants to merge 4 commits intodashpay:developfrom
thepastaclaw:chore/update-transifex-url
Draft

docs: update old Transifex URLs in release notes#7239
thepastaclaw wants to merge 4 commits intodashpay:developfrom
thepastaclaw:chore/update-transifex-url

Conversation

@thepastaclaw
Copy link

Summary

Update the old Transifex project URL (www.transifex.com/projects/p/dash/) to the current URL (app.transifex.com/dash/) in historical release notes.

Changes

7 release notes files updated (v0.11.2 through v0.13.0) — these were the only files still referencing the deprecated URL format. The darkcoin variant in v0.11.2 was also updated to point to the current Dash project page.

Note: README.md and doc/translation_process.md already use the current explore.transifex.com/dash/dash/ URL and required no changes.

Validation

  • Verified no remaining references to www.transifex.com/projects/p/ in the repo
  • Confirmed https://app.transifex.com/dash/ is the correct current URL

@github-actions
Copy link

github-actions bot commented Mar 21, 2026

✅ No Merge Conflicts Detected

This PR currently has no conflicts with other open PRs.

Copy link
Author

@thepastaclaw thepastaclaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Docs-only PR replacing 7 dead Transifex URLs in historical release notes. The old www.transifex.com/projects/p/dash/ links are replaced with app.transifex.com/dash/, which works (302 redirect) but is the organization-level URL rather than the project-specific explore.transifex.com/dash/dash/ used in README.md and doc/translation_process.md. The darkcoin→dash rebrand in v0.11.2 is handled correctly.

Reviewed commit: 454d0af

🟡 1 suggestion(s)

🤖 Prompt for all review comments with AI agents
These findings are from an automated code review. Verify each finding against the current code and only fix it if needed.

In `doc/release-notes/dash/release-notes-0.11.2.md`:
- [SUGGESTION] line 110: Replacement URL points to org page rather than project page used elsewhere in repo
  All 7 release notes now link to `https://app.transifex.com/dash/` (organization-level, returns HTTP 302 redirect), while `README.md:96` and `doc/translation_process.md:11,45` consistently use `https://explore.transifex.com/dash/dash/` (project-level, returns HTTP 200 directly). The current links are functional since the redirect lands in the right place, but using `explore.transifex.com/dash/dash/` would be consistent with the rest of the repo and avoid the redirect. Since these are historical release notes that are rarely consulted directly, this is a suggestion rather than a blocker.


As well as the Bitcoin Core developers and everyone that helped translating on
[Transifex](https://www.transifex.com/projects/p/darkcoin/).
[Transifex](https://app.transifex.com/dash/).
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Suggestion: Replacement URL points to org page rather than project page used elsewhere in repo

All 7 release notes now link to https://app.transifex.com/dash/ (organization-level, returns HTTP 302 redirect), while README.md:96 and doc/translation_process.md:11,45 consistently use https://explore.transifex.com/dash/dash/ (project-level, returns HTTP 200 directly). The current links are functional since the redirect lands in the right place, but using explore.transifex.com/dash/dash/ would be consistent with the rest of the repo and avoid the redirect. Since these are historical release notes that are rarely consulted directly, this is a suggestion rather than a blocker.

💡 Suggested change
Suggested change
[Transifex](https://app.transifex.com/dash/).
[Transifex](https://explore.transifex.com/dash/dash/).

source: ['claude', 'codex']

🤖 Fix this with AI agents
These findings are from an automated code review. Verify each finding against the current code and only fix it if needed.

In `doc/release-notes/dash/release-notes-0.11.2.md`:
- [SUGGESTION] line 110: Replacement URL points to org page rather than project page used elsewhere in repo
  All 7 release notes now link to `https://app.transifex.com/dash/` (organization-level, returns HTTP 302 redirect), while `README.md:96` and `doc/translation_process.md:11,45` consistently use `https://explore.transifex.com/dash/dash/` (project-level, returns HTTP 200 directly). The current links are functional since the redirect lands in the right place, but using `explore.transifex.com/dash/dash/` would be consistent with the rest of the repo and avoid the redirect. Since these are historical release notes that are rarely consulted directly, this is a suggestion rather than a blocker.

The old Transifex project URL (www.transifex.com/projects/p/dash/) has
been replaced with the current URL (app.transifex.com/dash/) across all
release notes that still referenced it.
@thepastaclaw thepastaclaw force-pushed the chore/update-transifex-url branch from 454d0af to 99723d6 Compare March 21, 2026 14:38
Copy link
Author

@thepastaclaw thepastaclaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The new push addresses the suggestion from the prior review — all 7 release notes now use explore.transifex.com/dash/dash/ (the project-level URL) instead of app.transifex.com/dash/ (org-level URL with redirect). This is consistent with README.md and doc/translation_process.md. Clean incremental, LGTM.

Reviewed commit: 99723d6

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.

1 participant