commit 4c0f850a6c82fc7a3c4cf90a9c9113fb5cac3f3e
parent d564b9f0725e71d229fffa60476168cf903d1628
Author: ng0 <ng0@taler.net>
Date: Thu, 10 Oct 2019 09:23:59 +0000
fix link, fix bug tracker section.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/onboarding.rst b/onboarding.rst
@@ -367,7 +367,7 @@ Python code should be written and build against version 3.7 of Python.
Style
-----
-We use `yapf <https://github.com/google/yapf>` to reformat the
+We use `yapf <https://github.com/google/yapf>`_ to reformat the
code to conform to our style instructions.
A reusable yapf style file can be found in ``taler-build-scripts``,
which is intended to be used as a git submodule.
@@ -378,9 +378,9 @@ Bugtracking
===========
Bug tracking is done with Mantis (https://www.mantisbt.org/). All the
-bugs are then showed and managed at ``https://bugs.gnunet.org/``, under
+bugs are displayed and managed at ``https://bugs.gnunet.org/``, under
the "Taler" project. A registration on the Web site is needed in order
-to use the bug tracker.
+to use the bug tracker, only read access is granted without a login.
.. _Continuous-integration: