diff --git a/about/introduction.rst b/about/introduction.rst index 401b8c5ba4f..5ef95b44a50 100644 --- a/about/introduction.rst +++ b/about/introduction.rst @@ -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 `, especially the Godot `Discord`_ community and -`Q&A `_. +`Q&A `_. About Godot Engine ------------------ diff --git a/community/channels.rst b/community/channels.rst index c96bd5e2d2b..1a2662aff4f 100644 --- a/community/channels.rst +++ b/community/channels.rst @@ -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 `_ +- `Official Godot Questions & Answers `_ Rocket.Chat ----------- diff --git a/contributing/documentation/updating_the_class_reference.rst b/contributing/documentation/updating_the_class_reference.rst index c8036e11d22..dee882153ba 100644 --- a/contributing/documentation/updating_the_class_reference.rst +++ b/contributing/documentation/updating_the_class_reference.rst @@ -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 `_ +If you have doubts, feel free to ask on the `Q&A website `_ and `Godot Contributors Chat `_. .. warning:: diff --git a/tutorials/export/exporting_for_android.rst b/tutorials/export/exporting_for_android.rst index 82dfe234245..c0fc9cdba36 100644 --- a/tutorials/export/exporting_for_android.rst +++ b/tutorials/export/exporting_for_android.rst @@ -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 `__. +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 `__. .. note::