Closed
Conversation
Contributor
There was a problem hiding this comment.
Tested that all three replaced links
- https://www.transifex.com/projects/p/bitcoin
- https://www.transifex.com/bitcoincore/bitcoincoreorg
- https://www.transifex.com/bitcoin/bitcoin/
are 404 and the replacement works and appears to be pointing at the Bitcoin Core translation project.
I’m still wondering whether there is a separate translation project for bitcoincore.org, but if so, I could not find it. It seems that it used to exist given the prior mention in #670.
|
|
||
| title: Bitcoin Core | ||
| url: https://bitcoincore.org | ||
| transifex_url: https://www.transifex.com/bitcoincore/bitcoincoreorg |
Contributor
There was a problem hiding this comment.
I was wondering whether this was replaced mistakenly, but it is also 404, and while there is a https://explore.transifex.com/bitcoincore/ org on Transifex, I could not find a "bitcoincoreorg" project in it.
achow101
added a commit
that referenced
this pull request
Apr 9, 2026
…config aa807f3 config: remove unused transifex_url variable (Bortlesboat) b4e8e12 doc: fix broken Transifex URLs across release notes and config (Bortlesboat) Pull request description: All `transifex.com` links in release notes and `_config.yml` currently return 404. Transifex migrated to `explore.transifex.com`. This PR updates all affected files: - `www.transifex.com/projects/p/bitcoin/` → `explore.transifex.com/bitcoin/bitcoin/` - `www.transifex.com/bitcoin/bitcoin/` → `explore.transifex.com/bitcoin/bitcoin/` - `www.transifex.com/bitcoincore/bitcoincoreorg` → `explore.transifex.com/bitcoin/bitcoin/` Rebased version of #1155, which has had merge conflicts since June 2025. Credit to azuchi for identifying the issue. Verified: old URLs return HTTP 404, new URL returns HTTP 200. ACKs for top commit: achow101: ACK aa807f3 hodlinator: re-ACK aa807f3 murchandamus: ACK aa807f3 Tree-SHA512: 88c4693e15249e4d23e1014e7cec31543d467f91382a041d793a294464cbc59e6622a50e2ca6e3f185e352a69408ff724ea330878f9356285d487eb50a28f367
|
Close this since #1231 was merged? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I fixed broken Transifex link based on the fix in #1135.