Skip to content

Commit 10c7642

Browse files
marcuswinfanquake
authored andcommitted
docs: Update Transifex links
1 parent 37f236a commit 10c7642

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Translations
6666
------------
6767

6868
Changes to translations as well as new translations can be submitted to
69-
[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/bitcoin/).
69+
[Bitcoin Core's Transifex page](https://www.transifex.com/bitcoin/bitcoin/).
7070

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

doc/developer-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ For example, to describe a function use:
144144
*/
145145
bool function(int arg1, const char *arg2)
146146
```
147-
A complete list of `@xxx` commands can be found at http://www.stack.nl/~dimitri/doxygen/manual/commands.html.
147+
A complete list of `@xxx` commands can be found at http://www.doxygen.nl/manual/commands.html.
148148
As Doxygen recognizes the comments by the delimiters (`/**` and `*/` in this case), you don't
149149
*need* to provide any commands for a comment to be valid; just a description text is fine.
150150
@@ -185,7 +185,7 @@ Not OK (used plenty in the current source, but not picked up):
185185
//
186186
```
187187

188-
A full list of comment syntaxes picked up by Doxygen can be found at https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html,
188+
A full list of comment syntaxes picked up by Doxygen can be found at http://www.doxygen.nl/manual/docblocks.html,
189189
but the above styles are favored.
190190

191191
Documentation can be generated with `make docs` and cleaned up with `make clean-docs`. The resulting files are located in `doc/doxygen/html`; open `index.html` to view the homepage.

doc/release-notes.md

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

382382

383-
As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
383+
As well as everyone that helped translating on [Transifex](https://www.transifex.com/bitcoin/bitcoin/).

doc/translation_process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Transifex is setup to monitor the GitHub repo for updates, and when code contain
88

99
Multiple language support is critical in assisting Bitcoin’s global adoption, and growth. One of Bitcoin’s greatest strengths is cross-border money transfers, any help making that easier is greatly appreciated.
1010

11-
See the [Transifex Bitcoin project](https://www.transifex.com/projects/p/bitcoin/) to assist in translations. You should also join the translation mailing list for announcements - see details below.
11+
See the [Transifex Bitcoin project](https://www.transifex.com/bitcoin/bitcoin/) to assist in translations. You should also join the translation mailing list for announcements - see details below.
1212

1313
### Writing code with translations
1414
We use automated scripts to help extract translations in both Qt, and non-Qt source files. It is rarely necessary to manually edit the files in `src/qt/locale/`. The translation source files must adhere to the following format:
@@ -43,7 +43,7 @@ git commit
4343
### Creating a Transifex account
4444
Visit the [Transifex Signup](https://www.transifex.com/signup/) page to create an account. Take note of your username and password, as they will be required to configure the command-line tool.
4545

46-
You can find the Bitcoin translation project at [https://www.transifex.com/projects/p/bitcoin/](https://www.transifex.com/projects/p/bitcoin/).
46+
You can find the Bitcoin translation project at [https://www.transifex.com/bitcoin/bitcoin/](https://www.transifex.com/bitcoin/bitcoin/).
4747

4848
### Installing the Transifex client command-line tool
4949
The client is used to fetch updated translations. If you are having problems, or need more details, see [https://docs.transifex.com/client/installing-the-client](https://docs.transifex.com/client/installing-the-client)

0 commit comments

Comments
 (0)