Fixed #ZETACOMP-33: Many dead links (404)


git-svn-id: https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk@1144915 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Authentication/docs/tutorial.txt b/Authentication/docs/tutorial.txt
index 405e789..218c7e6 100644
--- a/Authentication/docs/tutorial.txt
+++ b/Authentication/docs/tutorial.txt
@@ -732,9 +732,9 @@
 applications. It is not exhaustive, but it provides solutions against common
 attacks.
 
-.. _Securing applications: Authentication_security.html
+.. _Securing applications: ../Authentication/security.html
 
-.. _AuthenticationDatabaseTiein: introduction_AuthenticationDatabaseTiein.html
+.. _AuthenticationDatabaseTiein: ../AuthenticationDatabaseTiein/tutorial.html#introduction
 
 
 
diff --git a/AuthenticationDatabaseTiein/docs/tutorial.txt b/AuthenticationDatabaseTiein/docs/tutorial.txt
index cffafc6..2d7753d 100644
--- a/AuthenticationDatabaseTiein/docs/tutorial.txt
+++ b/AuthenticationDatabaseTiein/docs/tutorial.txt
@@ -149,11 +149,11 @@
 applications. It is not exhaustive, but it provides solutions against common
 attacks.
 
-.. _Securing applications: Authentication_security.html
+.. _Securing applications: ../Authentication/security.html
 
 
-.. _Authentication: introduction_Authentication.html
-.. _Database: introduction_Database.html
+.. _Authentication: ../Authentication/tutorial.html#introduction
+.. _Database: ../Database/tutorial.html#introduction
 
 
 ..
diff --git a/Base/docs/tutorial.txt b/Base/docs/tutorial.txt
index 188f7ca..d4d9163 100644
--- a/Base/docs/tutorial.txt
+++ b/Base/docs/tutorial.txt
@@ -23,7 +23,7 @@
 for instructions on installation and configuration of the eZ Components library
 and the Base component.
 
-.. _Components Introduction: /docs/install
+.. _Components Introduction: ../../../../zetacomponents/documentation/install.html
 
 
 Usage
diff --git a/Configuration/docs/tutorial.txt b/Configuration/docs/tutorial.txt
index d480ced..626e175 100644
--- a/Configuration/docs/tutorial.txt
+++ b/Configuration/docs/tutorial.txt
@@ -344,7 +344,7 @@
 own components and how it works in the `ezcBase tutorial`__. The keyword for
 the configuration component is *ezcInitConfigurationManager*.
 
-__ introduction_Base.html#lazy-initialization
+__ ../Base/tutorial.html
 
 .. include:: tutorial_lazy_initialization.php
 	:literal:
diff --git a/Document/docs/tutorial.txt b/Document/docs/tutorial.txt
index 9c7f648..960135a 100644
--- a/Document/docs/tutorial.txt
+++ b/Document/docs/tutorial.txt
@@ -41,7 +41,7 @@
 __ http://www.w3.org/TR/xhtml1/
 __ http://www.docbook.org/
 __ Document_conversion.html
-__ http://ez.no/doc/ez_publish/technical_manual/4_0/reference/xml_tags
+__ http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/XML-tags
 __ http://www.wikicreole.org/
 __ http://www.dokuwiki.org/dokuwiki
 __ http://confluence.atlassian.com/renderer/notationhelp.action?section=all
@@ -906,4 +906,4 @@
    mode: rst
    fill-column: 79
    End:
-   vim: et syn=rst tw=79
+   vim: et syn=rst tw=79
\ No newline at end of file
diff --git a/EventLog/docs/tutorial.txt b/EventLog/docs/tutorial.txt
index ea548f0..dce49c7 100644
--- a/EventLog/docs/tutorial.txt
+++ b/EventLog/docs/tutorial.txt
@@ -106,9 +106,9 @@
 at the same time. See the section `Assigning log messages to different files`_
 on how to use different writers simultaneously. 
 
-.. _EventLogDatabaseTiein: introduction_EventLogDatabaseTiein.html
-.. _ezcLogDatabaseWriter: EventLogDatabaseTiein/ezcLogDatabaseWriter.html
-.. _ezcLogUnixFileWriter: EventLog/ezcLogUnixFileWriter.html
+.. _EventLogDatabaseTiein: ../EventLogDatabaseTiein.html#introduction
+.. _ezcLogDatabaseWriter: ../EventLogDatabaseTiein/phpdoc/ezcLogDatabaseWriter.html
+.. _ezcLogUnixFileWriter: ../EventLog/phpdoc/ezcLogUnixFileWriter.html
 
 
 Assigning sources and categories
diff --git a/Feed/docs/tutorial.txt b/Feed/docs/tutorial.txt
index 784592a..7af6e4e 100644
--- a/Feed/docs/tutorial.txt
+++ b/Feed/docs/tutorial.txt
@@ -1482,7 +1482,7 @@
 For a list of supported RFCs and specifications of the feed types and modules,
 please see the `specifications`_ page.
 
-.. _specifications: Feed_specifications.html
+.. _specifications: ../Feed/specifications.html
 .. _feed validator: http://validator.w3.org/feed/
 
 .. _RSS1-specifications: http://web.resource.org/rss/1.0/spec
diff --git a/File/docs/tutorial.txt b/File/docs/tutorial.txt
index 878d9e7..d5ace68 100644
--- a/File/docs/tutorial.txt
+++ b/File/docs/tutorial.txt
@@ -11,7 +11,7 @@
 for the tutorial. The classes in this component still exist because
 of backwards compatibility reasons.
 
-.. _Base: introduction_Base.html
+.. _Base: ../Base/tutorial.html#introduction
 
 More information
 ================
diff --git a/GraphDatabaseTiein/docs/tutorial.txt b/GraphDatabaseTiein/docs/tutorial.txt
index ede9b1b..c74620f 100644
--- a/GraphDatabaseTiein/docs/tutorial.txt
+++ b/GraphDatabaseTiein/docs/tutorial.txt
@@ -38,7 +38,7 @@
 the dedicated documentation pages.
 
 __ http://php.net/PDO
-__ introduction_Database.html
+__ ../Database/tutorial.html#introduction
 
 Usage
 =====
@@ -59,7 +59,7 @@
 the query was executed. The $statement object is an instance of the
 PDOStatement class.
 
-__ introduction_Database.html
+__ ../Database/tutorial.html#introduction
 
 The creation of charts is described in detail in the `graph components
 documentation`__. In this example we create a simple pie chart, set a title 
@@ -69,7 +69,7 @@
 second column as values for the indices. The result is the pie chart we 
 expected.
 
-__ introduction_Graph.html
+__ Graph/tutorial.html#introduction
 
 .. image:: img/tutorial_simple.svg.png
    :alt:   Simple pie chart example
@@ -89,7 +89,7 @@
 data set is created from the database data set. More documentation on average
 datasets can be found in the `graph tutorial`__.
 
-__ introduction_Graph.html#average-polynomial-dataset
+__ ../Graph/tutorial.html#average-polynomial-dataset
 
 .. image:: img/tutorial_single.svg.png
    :alt:   Line chart example
@@ -120,7 +120,7 @@
 tutorial.
 
 __ http://php.net/manual/en/pdo.setattribute.php
-__ introduction_Graph.html#id2
+__ ../Graph/tutorial.html#id2
 
 .. image:: img/tutorial_multiple.svg.png
    :alt:   Pie chart from multiple columns
diff --git a/PersistentObject/docs/tutorial.txt b/PersistentObject/docs/tutorial.txt
index d962a6a..fa6c039 100644
--- a/PersistentObject/docs/tutorial.txt
+++ b/PersistentObject/docs/tutorial.txt
@@ -222,7 +222,7 @@
 own components and how it works in the `ezcBase tutorial`__. The keyword for
 the database component is ezcInitPersistentSessionInstance.
 
-__ introduction_Base.html#lazy-initialization
+__ ../Base/tutorial.html#lazy-initialization
 
 .. include:: tutorial_lazy_initialization.php
 	:literal:
diff --git a/Template/docs/tutorial.txt b/Template/docs/tutorial.txt
index 923e510..28e9555 100644
--- a/Template/docs/tutorial.txt
+++ b/Template/docs/tutorial.txt
@@ -3089,9 +3089,9 @@
 *  `EBNF`_
 *  `API documentation`_
 
-.. _`Template functions`: Template_functions.html
-.. _`EBNF`: Template_EBNF.html
-.. _`API documentation`: classtrees_Template.html
+.. _`Template functions`: ../Template/functions.html
+.. _`EBNF`: ../Template/EBNF.html
+.. _`API documentation`: ../Template/phpdoc/classtrees.html
 
 
 
diff --git a/Translation/docs/tutorial.txt b/Translation/docs/tutorial.txt
index 6a3dd26..3094684 100644
--- a/Translation/docs/tutorial.txt
+++ b/Translation/docs/tutorial.txt
@@ -56,7 +56,7 @@
   serving as examples, they have very little function.
 
 
-.. _Qt's Linguist files: http://www.trolltech.com/products/qt/features/internationalization
+.. _Qt's Linguist files: http://qt.nokia.com/products/qt/features/internationalization
 
 
 Basic usage
@@ -315,4 +315,4 @@
    mode: rst
    fill-column: 79
    End:
-   vim: et syn=rst tw=79
+   vim: et syn=rst tw=79
\ No newline at end of file
diff --git a/Tree/docs/tutorial.txt b/Tree/docs/tutorial.txt
index d766348..7033614 100644
--- a/Tree/docs/tutorial.txt
+++ b/Tree/docs/tutorial.txt
@@ -517,11 +517,11 @@
 class.
 
 
-.. _DatabaseSchema: introduction_DatabaseSchema.html
-.. _PersistentObject: introduction_PersistentObject.html
-.. _Template: introduction_Template.html
-.. _TreeDatabaseTiein: introduction_TreeDatabaseTiein.html
-.. _TreePersistentObjectTiein: introduction_TreePersistentObjectTiein.html
+.. _DatabaseSchema: ../DatabaseSchema/tutorial.html#introduction
+.. _PersistentObject: ../PersistentObject/tutorial.html#introduction
+.. _Template: ../Template/tutorial.html#introduction
+.. _TreeDatabaseTiein: ../TreeDatabaseTiein/tutorial.html#introduction
+.. _TreePersistentObjectTiein: ../TreePersistentObjectTiein/tutorial.html#introduction
 .. _YUI: http://developer.yahoo.com/yui/menu/
 
 ..