citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit a68442cbaea6d930d7f1d064909da6db282823a1
parent 970f5e26906a9a60a33f8b52dd9d78453c5c2f26
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 10 Jun 2016 00:12:53 -0600

www: add slashes between version and arch

Diffstat:
Mwww/index.html | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -31,22 +31,22 @@ </p> <ul> <li><img class="inline_logo" src="apple.png" alt="OS X Logo" /> - Darwin 15 x86_64 + Darwin 15/x86_64 <a href="/pkg/amd64/Citrun-0.dmg">Citrun-0.dmg</a> </li> <li><img class="inline_logo" src="debian.png" alt="Debian logo"/> - Debian 8.4 amd64 + Debian 8.4/amd64 </li> <li><img class="inline_logo" src="puffy.gif" alt="OpenBSD logo"/> - OpenBSD 5.9 amd64 + OpenBSD 5.9/amd64 <a href="/pkg/amd64/citrun-0.tgz">citrun-0.tgz</a> </li> <li><img class="inline_logo" src="puffy.gif" alt="OpenBSD Logo" /> - OpenBSD 5.9 sparc64 + OpenBSD 5.9/sparc64 <a href="/pkg/sparc64/citrun-0.tgz">citrun-0.tgz</a> </li> </ul> - <h3>ccitrunrun</h3> + <h3>c citrun run</h3> <p>Self instrumented development packages are being created for the following platforms and architectures: </p>