Fix download links
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-20 21:37:34 +01:00
parent ac4b86fd03
commit 2a0bfd0e10

View File

@@ -92,8 +92,8 @@
<div class="download-links"> <div class="download-links">
Download the CLI: Download the CLI:
<a href="/dist/covergen.linux-amd64">Linux amd64</a> <a href="./dist/covergen.linux-amd64">Linux amd64</a>
<a href="/dist/covergen.darwin-amd64">Darwin amd64</a> <a href="./dist/covergen.darwin-amd64">Darwin amd64</a>
</div> </div>
</body> </body>
</html> </html>