Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2147 - Incorrect/more specific links
Summary: Incorrect/more specific links
Status: VERIFIED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux FAQ (show other bugs)
Hardware: x86 All
: Low minor (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/faq.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-27 07:18 UTC by Matt Boehlig
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 Matt Boehlig 2002-04-27 07:18:31 UTC
There are three incorrect links in the last paragraph, answering the 
question, "This FAQ hasn't answered my question. What do I do now?"

The links incorrectly have http://www.gentoo.org/doc/ in front. e. g. 
http://www.gentoo.org/doc/www.google.com

Also, the question above, "Can I buy a CD of Gentoo Linux?" should link 
directly to the Gentoo product page on CheapBytes, instead their home page.  
This requires the user to spend time searching for the product. This would 
mirror the Gentoo homepage, which directly links to: 
http://cart.cheapbytes.com/cgi-bin/cart/0070010805.
Comment 1 Peitolm 2002-06-03 05:37:30 UTC
updated faq.xml
Comment 2 SpanKY gentoo-dev 2002-09-22 23:46:17 UTC
still doesnt work ...
Comment 3 SpanKY gentoo-dev 2002-09-22 23:46:38 UTC
so REMIND doesnt do what i thought it did :x
Comment 4 Matt Boehlig 2002-09-23 02:26:20 UTC
I checked cvs and the xml still the problem.  Which is the last couple links are
relative instead of absolute.  www.google.com instead of http://www.google.com.

The XSLT must be transforming relative links into absolute links, based on the
documents location.  It adds http://www.gentoo.org/doc/ to the front of every
relative link.  This is fine if refering to e.g. "page2.html" but not
"www.google.com".

This affects all languages.

Comment 5 John Davis (zhen) (RETIRED) gentoo-dev 2002-10-03 23:55:51 UTC
I fixed this. Wow, that faq is a wreck. Who in the world coded some of that?
Everything should be in order that was related to this bug.

//ZhEN