[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-171-geed63c5

git git at cross-lfs.org
Sat Jul 27 11:14:09 PDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  eed63c5956eeee788afefd06224ef628d490fdf6 (commit)
      from  348e150c4a84cea657d20044033aedb408e84918 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eed63c5956eeee788afefd06224ef628d490fdf6
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sat Jul 27 13:14:04 2013 -0500

    Fix md5 and sha1 checksum urls.

diff --git a/BOOK/materials/common/introduction.xml b/BOOK/materials/common/introduction.xml
index d32e898..2870bca 100644
--- a/BOOK/materials/common/introduction.xml
+++ b/BOOK/materials/common/introduction.xml
@@ -54,13 +54,13 @@ the <ulink url="../dl.list">download list</ulink> to <command>wget</command>:</p
   <para>Verification of downloaded packages can be done by downloading the
 following MD5 or SHA1 checksum lists:</para>
 
-  <para><ulink url="../../files/packages/git/MD5SUMS">MD5SUMS</ulink>:</para>
+  <para><ulink url="/files/packages/git/MD5SUMS">MD5SUMS</ulink>:</para>
 
 <screen><userinput>pushd ${CLFS}/sources
 md5sum -c MD5SUMS
 popd</userinput></screen>
 
-  <para><ulink url="../../files/packages/git/SHA1SUMS">SHA1SUMS</ulink>:</para>
+  <para><ulink url="/files/packages/git/SHA1SUMS">SHA1SUMS</ulink>:</para>
 
 <screen><userinput>pushd ${CLFS}/sources
 md5sum -c SHA1SUMS 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/materials/common/introduction.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list