diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/download/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/download/index.php b/site/download/index.php index 63de2e8..27cab8f 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -188,11 +188,11 @@ <h2>How to download</h2> <p> - Firmware (coreboot distribution):<br/> + Firmware (coreboot distribution). <i>This also contains the documentation</i>:<br/> $ <b>git clone <a href="<?php echo $lbFirmwareGitwebAddress; ?>"><?php echo $lbFirmwareGitRepoAddress; ?></a></b> </p> <p> - <?php echo $lbProjectNameCapitalized ?> website:<br/> + <?php echo $lbProjectNameCapitalized ?> website. <i>The documentation is in the other repository linked above</i>:<br/> $ <b>git clone <a href="<?php echo $lbWebsiteGitwebAddress; ?>"><?php echo $lbWebsiteGitRepoAddress; ?></a></b> </p> <p> |