summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-25 16:20:09 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-25 16:20:09 -0500
commit6db93e3eae29c04585ce9497731e48dfaea74f61 (patch)
treeccb1a636d0af01d805b22ed6e826d89b05cf78e9
parent0ba4da1985fc666c485ad1ac66a93343a98407b9 (diff)
downloaddocs-6db93e3eae29c04585ce9497731e48dfaea74f61.tar.gz
docs-6db93e3eae29c04585ce9497731e48dfaea74f61.tar.bz2
docs-6db93e3eae29c04585ce9497731e48dfaea74f61.zip
remove markup around URL, allowing to be rendered clickable
-rw-r--r--developers-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index a569478b..3b71d9ea 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -837,7 +837,7 @@ Code Coverage
Code coverage is done with the Gcov / Lcov
(http://ltp.sourceforge.net/coverage/lcov.php) combo, and it is run
nightly (once a day) by a Buildbot worker. The coverage results are
-then published at ``https://lcov.taler.net/``.
+then published at https://lcov.taler.net/ .
Coding Conventions