diff --git a/README.rst b/README.rst index b0848553eb..ff55276d4c 100644 --- a/README.rst +++ b/README.rst @@ -42,20 +42,23 @@ Download You can get the newest release at https://www.phpmyadmin.net/. -If you prefer to follow the git repository, the following branch and tag names may be of interest: +If you prefer to follow the Git repository, the following branch and tag names may be of interest: * ``STABLE`` is the current stable release. * ``master`` is the development branch. * Releases are tagged, for example version 5.0.1 was tagged as ``RELEASE_5_0_1``. -Note that phpMyAdmin uses Composer to manage library dependencies, when using git -development versions you must manually run Composer. +Note that phpMyAdmin uses `Composer `_ to manage library dependencies, when using Git +development versions, you must manually run Composer. Please see `the documentation `_ for details. More Information ---------------- -Please see the documentation in the doc folder or at https://docs.phpmyadmin.net/. +Please see https://docs.phpmyadmin.net/, or browse the documentation in the doc folder. -For support or to learn how to contribute code or by translating to your language, -visit https://www.phpmyadmin.net/ +For `support `_ or `security issues `_ you can visit https://www.phpmyadmin.net/ + +Translations are welcome, you can `translate phpMyAdmin to your language `_. + +If you would like to contribute to the phpMyAdmin's codebase, you can read the `code contribution file `_ or browse our website's `contributing page `_.