Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ is a great starting point.
In case you have trouble with one of the tutorials or your project,
you can find help on the various :ref:`Community channels <doc_community_channels>`,
especially the Godot `Discord`_ community and
`Q&A <https://godotengine.org/qa/>`_.
`Q&A <https://ask.godotengine.org/>`_.

About Godot Engine
------------------
Expand Down
2 changes: 1 addition & 1 deletion community/channels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A brief overview over these and other channels is also available on the `Godot w
Q&A
---

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

Rocket.Chat
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ worry. Leave it for now, and list the methods you skipped when you open a pull r
with your changes. Another writer will take care of it.

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

.. warning::
Expand Down
2 changes: 1 addition & 1 deletion tutorials/export/exporting_for_android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ the JDK can be used for this purpose::

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

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>`__.
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>`__.

.. note::

Expand Down