diff options
Diffstat (limited to 'doc/html/Source Code.html')
-rw-r--r-- | doc/html/Source Code.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/html/Source Code.html b/doc/html/Source Code.html index 82f2e900..2942a934 100644 --- a/doc/html/Source Code.html +++ b/doc/html/Source Code.html @@ -37,11 +37,15 @@ <div class="wikidoc"> <h1>Source Code</h1> <div style="text-align:left; margin-top:19px; margin-bottom:19px; padding-top:0px; padding-bottom:0px"> -<p>VeraCrypt is open-source and free software. The complete source code of VeraCrypt (written in C, C++, and assembly) is freely available for peer review at:</p> +<p>VeraCrypt is open-source and free software. The complete source code of VeraCrypt (written in C, C++, and assembly) is freely available for peer review at the following Git repositories:</p> <p> -<a href="https://sourceforge.net/p/veracrypt/code/ci/master/tree/" target="_blank">https://sourceforge.net/p/veracrypt/code/ci/master/tree/<br> -</a><a href="https://github.com/veracrypt/VeraCrypt" target="_blank">https://github.com/veracrypt/VeraCrypt<br> -</a><a href="https://bitbucket.org/veracrypt/veracrypt/src" target="_blank">https://bitbucket.org/veracrypt/veracrypt/src</a></p> +<ul> + <li><a href="https://www.veracrypt.fr/code/" target="_blank">https://www.veracrypt.fr/code/</li> + <li><a href="https://sourceforge.net/p/veracrypt/code/ci/master/tree/" target="_blank">https://sourceforge.net/p/veracrypt/code/ci/master/tree/</li> + <li><a href="https://github.com/veracrypt/VeraCrypt" target="_blank">https://github.com/veracrypt/VeraCrypt</li> + <li><a href="https://bitbucket.org/veracrypt/veracrypt/src" target="_blank">https://bitbucket.org/veracrypt/veracrypt/src</a></li> +</ul> +</p> <p>The source code of each release can be downloaded from the same location as the release binaries.</p> <p> </p> </div> |