Skip to content

Commit 53a996f

Browse files
committed
doc: fix transifex 404s
1 parent 9a7eece commit 53a996f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Translations
7070
------------
7171

7272
Changes to translations as well as new translations can be submitted to
73-
[Bitcoin Core's Transifex page](https://www.transifex.com/bitcoin/bitcoin/).
73+
[Bitcoin Core's Transifex page](https://explore.transifex.com/bitcoin/bitcoin/).
7474

7575
Translations are periodically pulled from Transifex and merged into the git repository. See the
7676
[translation process](doc/translation_process.md) for details on how this works.

doc/release-notes-empty-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ Thanks to everyone who directly contributed to this release:
9696

9797

9898
As well as to everyone that helped with translations on
99-
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).
99+
[Transifex](https://explore.transifex.com/bitcoin/bitcoin/).

doc/release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Release Process
5757
- Clear the release notes and move them to the wiki (see "Write the release notes" below).
5858
- Translations on Transifex:
5959
- Pull translations from Transifex into the master branch.
60-
- Create [a new resource](https://www.transifex.com/bitcoin/bitcoin/content/) named after the major version with the slug `qt-translation-<RRR>x`, where `RRR` is the major branch number padded with zeros. Use `src/qt/locale/bitcoin_en.xlf` to create it.
60+
- Create [a new resource](https://app.transifex.com/bitcoin/bitcoin/content/) named after the major version with the slug `qt-translation-<RRR>x`, where `RRR` is the major branch number padded with zeros. Use `src/qt/locale/bitcoin_en.xlf` to create it.
6161
- In the project workflow settings, ensure that [Translation Memory Fill-up](https://help.transifex.com/en/articles/6224817-setting-up-translation-memory-fill-up) is enabled and that [Translation Memory Context Matching](https://help.transifex.com/en/articles/6224753-translation-memory-with-context) is disabled.
6262
- Update the Transifex slug in [`.tx/config`](/.tx/config) to the slug of the resource created in the first step. This identifies which resource the translations will be synchronized from.
63-
- Make an announcement that translators can start translating for the new version. You can use one of the [previous announcements](https://www.transifex.com/bitcoin/communication/) as a template.
63+
- Make an announcement that translators can start translating for the new version. You can use one of the [previous announcements](https://app.transifex.com/bitcoin/communication/) as a template.
6464
- Change the auto-update URL for the resource to `master`, e.g. `https://raw.githubusercontent.com/bitcoin/bitcoin/master/src/qt/locale/bitcoin_en.xlf`. (Do this only after the previous steps, to prevent an auto-update from interfering.)
6565

6666
#### After branch-off (on the major release branch)

doc/translation_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ git commit
4141
### Creating a Transifex account
4242
Visit the [Transifex Signup](https://app.transifex.com/signup/open-source/) page to create an account. Take note of your username and password, as they will be required to configure the command-line tool.
4343

44-
You can find the Bitcoin translation project at [https://www.transifex.com/bitcoin/bitcoin/](https://explore.transifex.com/bitcoin/bitcoin/).
44+
You can find the Bitcoin translation project at [https://explore.transifex.com/bitcoin/bitcoin/](https://explore.transifex.com/bitcoin/bitcoin/).
4545

4646
### Installing the Transifex client command-line tool
4747
The client is used to fetch updated translations. Please check installation instructions and any other details at https://developers.transifex.com/docs/cli.

0 commit comments

Comments
 (0)