Skip to content

Commit 9782568

Browse files
authored
Merge pull request godotengine#8252 from skyace65/QA-Link
Update remaining QA links
2 parents 284756e + 83346a6 commit 9782568

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

about/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ is a great starting point.
2828
In case you have trouble with one of the tutorials or your project,
2929
you can find help on the various :ref:`Community channels <doc_community_channels>`,
3030
especially the Godot `Discord`_ community and
31-
`Q&A <https://godotengine.org/qa/>`_.
31+
`Q&A <https://ask.godotengine.org/>`_.
3232

3333
About Godot Engine
3434
------------------

community/channels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A brief overview over these and other channels is also available on the `Godot w
1212
Q&A
1313
---
1414

15-
- `Official Godot Questions & Answers <https://godotengine.org/qa/>`_
15+
- `Official Godot Questions & Answers <https://ask.godotengine.org/>`_
1616

1717
Rocket.Chat
1818
-----------

contributing/documentation/updating_the_class_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ worry. Leave it for now, and list the methods you skipped when you open a pull r
7272
with your changes. Another writer will take care of it.
7373

7474
You can still look at the methods' implementation in Godot's source code on GitHub.
75-
If you have doubts, feel free to ask on the `Q&A website <https://godotengine.org/qa/>`_
75+
If you have doubts, feel free to ask on the `Q&A website <https://ask.godotengine.org/>`_
7676
and `Godot Contributors Chat <https://chat.godotengine.org/>`_.
7777

7878
.. warning::

tutorials/export/exporting_for_android.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ the JDK can be used for this purpose::
6767

6868
keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12
6969

70-
This will create a ``debug.keystore`` file in your current directory. You should move it to a memorable location such as ``%USERPROFILE%\.android\``, because you will need its location in a later step. For more information on ``keytool`` usage, see `this Q&A article <https://godotengine.org/qa/21349/jdk-android-file-missing>`__.
70+
This will create a ``debug.keystore`` file in your current directory. You should move it to a memorable location such as ``%USERPROFILE%\.android\``, because you will need its location in a later step. For more information on ``keytool`` usage, see `this Q&A article <https://ask.godotengine.org/21349/jdk-android-file-missing>`__.
7171

7272
.. note::
7373

0 commit comments

Comments
 (0)