diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-18 18:43:17 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-18 18:43:17 (EDT) |
commit | b707d0a37edb68fbdc6fc6dc4ba984658ba226db (patch) | |
tree | 28cb2b4de536cc7d57e2e854cfd8456fe5c7f4dc | |
parent | 41df837d24e6c2bef9ad0f9c93141d73891937e6 (diff) | |
download | libreboot.org-b707d0a37edb68fbdc6fc6dc4ba984658ba226db.zip libreboot.org-b707d0a37edb68fbdc6fc6dc4ba984658ba226db.tar.gz libreboot.org-b707d0a37edb68fbdc6fc6dc4ba984658ba226db.tar.bz2 |
download page: note about documentation location
-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> |