Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101162 - bash by example articles print link broken
Summary: bash by example articles print link broken
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Shyam Mani (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-02 22:33 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2005-08-02 22:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rajiv Aaron Manglani (RETIRED) gentoo-dev 2005-08-02 22:33:47 UTC
the 'print' link in the sidebar of 
http://www.gentoo.org/doc/en/articles/bash-by-example-p2.xml and
http://www.gentoo.org/doc/en/articles/bash-by-example-p3.xml
are broken. please apply this patch. i would have done it myself but do not have commit rights
to the docs.


Index: bash-by-example-p2.xml
===============================================================
====
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v
retrieving revision 1.1
diff -u -b -B -r1.1 bash-by-example-p2.xml
--- bash-by-example-p2.xml      14 Jul 2005 18:03:09 -0000      1.1
+++ bash-by-example-p2.xml      3 Aug 2005 05:31:30 -0000
@@ -2,7 +2,7 @@
 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p2.xml,v 1.1 
2005/07/14 18:03:09 fox2mike Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<guide link="/doc/en/articles/bash-by-example-part2.xml">
+<guide link="/doc/en/articles/bash-by-example-p2.xml">
 <title>Bash by example, Part 2</title>
 
 <author title="Author">
Index: bash-by-example-p3.xml
===============================================================
====
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v
retrieving revision 1.1
diff -u -b -B -r1.1 bash-by-example-p3.xml
--- bash-by-example-p3.xml      14 Jul 2005 18:03:09 -0000      1.1
+++ bash-by-example-p3.xml      3 Aug 2005 05:31:30 -0000
@@ -2,7 +2,7 @@
 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/articles/bash-by-example-p3.xml,v 1.1 
2005/07/14 18:03:09 fox2mike Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
-<guide link="/doc/en/articles/bash-by-example-part3.xml">
+<guide link="/doc/en/articles/bash-by-example-p3.xml">
 <title>Bash by example, Part 3</title>
 
 <author title="Author">
Comment 1 Shyam Mani (RETIRED) gentoo-dev 2005-08-02 22:52:16 UTC
Fixed in CVS, thanks for reporting.

You really didn't have to go through the trouble of providing a patch though,
I'd have taken care of it.