Commit 6b73d119 authored by Rusty Russell's avatar Rusty Russell

Change link naming to vastly prefer -with-deps download.

parent 445d1468
......@@ -19,9 +19,8 @@ $licence=extract_field('licence',$module);
<a href="<?=$repo_base.$module?>">Browse Source</a>
</td>
<td>
Download:
<a href="../<?=$tar_dir?>/<?=basename($module)?>.tar.bz2">(standalone)</a>
<a href="../<?=$tar_dir?>/with-deps/<?=basename($module)?>.tar.bz2">(with all dependencies)</a>
<a href="../<?=$tar_dir?>/with-deps/<?=basename($module)?>.tar.bz2">Download</a>
<a href="../<?=$tar_dir?>/<?=basename($module)?>.tar.bz2">(without any required ccan dependencies)</a>
</tr>
</table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment