Browse Source

fixed rst link syntax

Nathalie Galla 1 năm trước cách đây
mục cha
commit
58326af97d
1 tập tin đã thay đổi với 13 bổ sung13 xóa
  1. 13 13
      contributing/how_to_contribute.rst

+ 13 - 13
contributing/how_to_contribute.rst

@@ -13,20 +13,20 @@ Fundraising
 
 - **Donate**
 
-  We created the non-profit `Godot Foundation <https://godot.foundation/>` to be able to support the Godot Engine in both matters of finance and administration. 
+  We created the non-profit `Godot Foundation <https://godot.foundation/>`_ to be able to support the Godot Engine in both matters of finance and administration. 
   In action, this means we can hire people to work part-time or full-time on the project. 
   These jobs include engine development as well as related tasks like code reviews, production management, community & marketing efforts, and more.
 
   With as little as 5 EUR per month, you can help us keep going strong. 
   Currently, we are intending to hire more core developers, as to cover more ground with full-time specialists that supplement and guide volunteer work.
 
-  `Join the Development Fund <fund.godotengine.org>`
+  `Join the Development Fund <fund.godotengine.org>`_
 
 - **Donation Drives**
   Think about your followers on social media, or other communities you are active in.
   Use that reach to remind your social environment that even small contributions can make a difference, especially when done by a great number of people at the same time. 
 
-  Are you a content creator? Consider adding a link to the `Godot Development Fund <fund.godotengine.org>` to your descriptions. 
+  Are you a content creator? Consider adding a link to the `Godot Development Fund <fund.godotengine.org>`_ to your descriptions. 
   If you do live streams, perhaps think about organizing a stream with donation incentives.
 
 .. - **Buy Official Merch**
@@ -42,7 +42,7 @@ Technical contributions
 
 - **Report bugs & other issues**
   As active users of the engine, you are better equipped to identify bugs and other issues than anyone else.
-  To let us know about your findings, fill out `this bug report form <https://github.com/godotengine/godot/issues/new>` on our GitHub.
+  To let us know about your findings, fill out `this bug report form <https://github.com/godotengine/godot/issues/new>`_ on our GitHub.
   Make sure to include as much information as possible to ensure these issues can easily be reproduced by others.
 
 - **Test Development Versions**
@@ -50,10 +50,10 @@ Technical contributions
   by opening a copy of your project in them and checking what problems this introduces or maybe even solves. 
   Make sure to have a backup ready, since this can produce irreversible changes.
 
-  Find recent development versions `here <https://godotengine.org/download/preview/>`
+  Find recent development versions `here <https://godotengine.org/download/preview/>`_
   
 - **Contribute Engine Code (mainly C++)**
-  The engine development is mainly coordinated on our `Contributor RocketChat <https://chat.godotengine.org/>`, 
+  The engine development is mainly coordinated on our `Contributor RocketChat <https://chat.godotengine.org/>`_, 
   so if you are serious about making PRs you should join us there!
 
   Read more about the **technical submission process**: :ref:`doc_first_steps`
@@ -62,7 +62,7 @@ Technical contributions
   For each subject area of the engine, there is a corresponding team to coordinate the work. 
   Join the linked chat to get more eyes on your related PR, learn about open todos, or partake in meetings. 
   For some areas, specialists might even be encouraged to step up as maintainer!
-  `List of teams <https://godotengine.org/teams/>`
+  `List of teams <https://godotengine.org/teams/>`_
 
 - **Review Code Contributions**
   All pull requests need to be thoroughly reviewed before they can be merged into the master branch.
@@ -73,20 +73,20 @@ Technical contributions
 
 - **Write Plugins (GDScript, C#, & more)**
   Community addons are not directly included in the core engine download or repository, yet they provide essential quality of life upgrades for your fellow game developers.
-  Upload your plugins to the `Godot Asset Library <https://godotengine.org/asset-library/asset>` to make them available to others.
+  Upload your plugins to the `Godot Asset Library <https://godotengine.org/asset-library/asset>`_ to make them available to others.
 
 - **Demo projects (GDScript, C#, and making Assets)**
-  We provide new users with `demo projects <https://github.com/godotengine/godot-demo-projects/>` so they can quickly test new features or get familiar with the engine in the first place.
+  We provide new users with `demo projects <https://github.com/godotengine/godot-demo-projects/>`_ so they can quickly test new features or get familiar with the engine in the first place.
   At industry events, we might even exhibit these demo projects to showcase what Godot can do! 
-  Help improve existing projects or supply your own to be added to the pool, and join the `Contributor RocketChat <https://chat.godotengine.org/channel/demo-content>` to talk about it.
+  Help improve existing projects or supply your own to be added to the pool, and join the `Contributor RocketChat <https://chat.godotengine.org/channel/demo-content>`_ to talk about it.
 
 - **Documentation**
   The documentation is one of the most essential parts of any tech project, yet the need to document new features and substantial changes often gets overlooked. 
-  Join the `Contributor RocketChat <https://chat.godotengine.org/channel/documentation>` to improve the Godot Engine with your technical writing skills.
+  Join the `Contributor RocketChat <https://chat.godotengine.org/channel/documentation>`_ to improve the Godot Engine with your technical writing skills.
 
 - **Translations (spoken languages other than English)**
   Are you interested in making the Godot Engine more accessible to non-English speakers? 
-  Community-translations are hosted `here <https://hosted.weblate.org/projects/godot-engine/godot/>`
+  Community-translations are hosted `here <https://hosted.weblate.org/projects/godot-engine/godot/>`_
 
 
 Community support
@@ -101,7 +101,7 @@ Community support
 
 - **Answer tech-support questions**
   With many new people discovering the Godot Engine recently, the need for peer-to-peer tech-support has never been greater. 
-  Be it on the `Forum <https://forum.godotengine.org/>`, our `subreddit <https://www.reddit.com/r/godot/>`, or on `Discord <https://discord.gg/bdcfAYM4W9>`, you can always brighten someone's day by helping them get their personal projects back on track.
+  Be it on the `Forum <https://forum.godotengine.org/>`_, our `subreddit <https://www.reddit.com/r/godot/>`_, or on `Discord <https://discord.gg/bdcfAYM4W9>`_, you can always brighten someone's day by helping them get their personal projects back on track.
 
 - **Create tutorials & more**
   How did you get started with the Godot Engine?