summaryrefslogtreecommitdiff
path: root/developers-manual.rst
diff options
context:
space:
mode:
authorbuckE <buckE@disroot.org>2020-06-23 05:52:48 +0000
committerbuckE <buckE@disroot.org>2020-06-23 05:52:48 +0000
commitdc84dc2fdbee220db6a160267bd563a517fdf550 (patch)
tree89fec4076c5e20ad8562b050c8a22e73fbc9e9dc /developers-manual.rst
parentb454dab174ce9b13a8480703bcd4b3d9df229cd7 (diff)
downloaddocs-dc84dc2fdbee220db6a160267bd563a517fdf550.tar.gz
docs-dc84dc2fdbee220db6a160267bd563a517fdf550.tar.bz2
docs-dc84dc2fdbee220db6a160267bd563a517fdf550.zip
more rst formatting
Diffstat (limited to 'developers-manual.rst')
-rw-r--r--developers-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index 14e2a13d..0d2ae1c1 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -670,7 +670,7 @@ Under *https://weblate.taler.net/create/component/vcs/*:
* **Source code repository** - Generally ``git+ssh://git@git.taler.net/<reponame>```. Check with ``git remote -v``.
* **Repository branch** - Choose the correct branch to draw from and commit to.
* **Repository push URL** - This is generally ``git+ssh://git@git.taler.net/<reponame>``` Check with ``git remote -v``.
-* **Repository browser** - This is the www URL of the Git repo's file browser. Example ``https://git.taler.net/<repositoryname>.git/tree/{{filename}}?h={{branch}}#n{{line}}`` where <repositoryname> gets replaced but *{{filename}}* and other items in braces are actual variables in the string.
+* **Repository browser** - This is the www URL of the Git repo's file browser. Example ``https://git.taler.net/<repositoryname>.git/tree/{{filename}}?h={{branch}}#n{{line}}`` where ``<repositoryname>`` gets replaced but ``{{filename}}`` and other items in braces are actual variables in the string.
* **Merge style** - *Rebase*, in line with GNU Taler development procedures
* **Translation license** - *GNU General Public License v3.0 or Later*