diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 6 | ||||
-rw-r--r-- | site/suppliers/index.php | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/site/git/index.php b/site/git/index.php index b1ea296..55b0dff 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -48,11 +48,13 @@ <h2><?php echo gettext("How to download"); ?></h2> <p> <?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?><br/> - $ <b>git clone <a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo $lbFirmwareGitRepoAddress; ?></a></b> + $ <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/> + <a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse repository via web</a> </p> <p> <?php echo gettext("Website. <i>Documentation is in the other repository</i>:"); ?><br/> - $ <b>git clone <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo $lbWebsiteGitRepoAddress; ?></a></b> + $ <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b><br/> + <a href="<?php echo $lbWebsiteGitwebAddress; ?>">Browse repository via web</a> </p> <h2 id="contrib"><?php echo gettext("Submitting patches"); ?></h2> diff --git a/site/suppliers/index.php b/site/suppliers/index.php index da035fe..38b02fc 100644 --- a/site/suppliers/index.php +++ b/site/suppliers/index.php @@ -63,7 +63,7 @@ <div> <h1>Libiquity LLC (USA)</h1> <p> - Operating since 2015, Libiquity sells Libreboot and ProteanOS stickers, and services related to ProteanOS. <i>Pre-configured libreboot laptops and libreboot installation service coming soon!</i> + Operating since 2015, Libiquity sells Libreboot and ProteanOS stickers, and services related to ProteanOS. <i>Pre-configured libreboot laptops and libreboot installation service not yet available.</i> </p> <p> This company ships to the USA. |