summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-10-10 09:23:59 +0000
committerng0 <ng0@taler.net>2019-10-10 09:23:59 +0000
commit4c0f850a6c82fc7a3c4cf90a9c9113fb5cac3f3e (patch)
treec7ee5830cefb8cc01607ca7351472f07e18f08a8
parentd564b9f0725e71d229fffa60476168cf903d1628 (diff)
downloaddocs-4c0f850a6c82fc7a3c4cf90a9c9113fb5cac3f3e.tar.gz
docs-4c0f850a6c82fc7a3c4cf90a9c9113fb5cac3f3e.tar.bz2
docs-4c0f850a6c82fc7a3c4cf90a9c9113fb5cac3f3e.zip
fix link, fix bug tracker section.
-rw-r--r--onboarding.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/onboarding.rst b/onboarding.rst
index d8f45718..77c8d516 100644
--- 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: