diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:04:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:04:05 +0000 |
commit | 676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 (patch) | |
tree | 02a1ac369cb734d0abfa5000dd86e5b7797e6a74 /docs/SourceBasedCodeCoverage.rst | |
parent | c7e70c433efc6953dc3888b9fbf9f3512d7da2b0 (diff) |
Diffstat (limited to 'docs/SourceBasedCodeCoverage.rst')
-rw-r--r-- | docs/SourceBasedCodeCoverage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceBasedCodeCoverage.rst b/docs/SourceBasedCodeCoverage.rst index 805c98794804a..27a1950a16028 100644 --- a/docs/SourceBasedCodeCoverage.rst +++ b/docs/SourceBasedCodeCoverage.rst @@ -156,7 +156,7 @@ line-oriented report, try: The ``llvm-cov`` tool supports specifying a custom demangler, writing out reports in a directory structure, and generating html reports. For the full list of options, please refer to the `command guide -<http://llvm.org/docs/CommandGuide/llvm-cov.html>`_. +<https://llvm.org/docs/CommandGuide/llvm-cov.html>`_. A few final notes: |