- Attempt to fix SVN URLs in docs.
# Based on a patch by Jérôme Renard.


git-svn-id: https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk@983916 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/Document/docs/tutorial.txt b/Document/docs/tutorial.txt
index 8d61e2c..9c7f648 100644
--- a/Document/docs/tutorial.txt
+++ b/Document/docs/tutorial.txt
@@ -657,7 +657,7 @@
 based on the Docbook XML structure. The default styling rules are defined in
 the `default.css`__.
 
-__ http://svn.ez.no/svn/ezcomponents/trunk/Document/src/document/pdf/style/default.css
+__ https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk/Document/src/pcss/style/default.css
 
 The first most relevant part are the general layout options, which can be
 defined for the common article root node in the Docbook XML file. You can set
@@ -888,7 +888,7 @@
 which are generated into automatic styles in the resulting Open Document. The
 default styling rules (`default.css`__) are the same as for PDF.
 
-__ http://svn.ez.no/svn/ezcomponents/trunk/Document/src/document/pdf/style/default.css
+__ https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk/Document/src/pcss/style/default.css
 
 Applying custom styles can be done as follows:
 
diff --git a/MvcTools/docs/tutorial.txt b/MvcTools/docs/tutorial.txt
index 32f49c0..23947b9 100644
--- a/MvcTools/docs/tutorial.txt
+++ b/MvcTools/docs/tutorial.txt
@@ -12,11 +12,11 @@
 tutorial we'll use MvcTools to build **HelloMvc**, a classic application that
 greets the visitor in the choosen language. Its sources are available in the
 SVN at:
-http://svn.ez.no/svn/ezcomponents/docs/examples/applications/HelloMvc
+https://svn.apache.org/repos/asf/incubator/zetacomponents/docs/examples/applications/HelloMvc
 
 **TheWire** is a twitter__ like application to share information which is
 architectured with MvcTools and avalaible in SVN as well, at
-http://svn.ez.no/svn/ezcomponents/docs/examples/applications/TheWire/.
+https://svn.apache.org/repos/asf/incubator/zetacomponents/docs/examples/applications/TheWire/.
 
 __ http://twitter.com
 
@@ -332,7 +332,7 @@
 We're cloning the original request here to keep all the original request
 parameters (user agent, request time, etc). With this last method, we conclude
 the helloMvcConfiguration class. You can find the whole fine in SVN at
-http://svn.ez.no/svn/ezcomponents/docs/examples/applications/HelloMvc/lib/config.php
+https://svn.apache.org/repos/asf/incubator/zetacomponents/docs/examples/applications/HelloMvc/lib/config.php
 
 There are four other methods defined in the interface. Those methods deal with
 running filters on request, result and response data. We will be using the
@@ -468,7 +468,7 @@
     }
 
 The whole controller file can be found in SVN as: 
-http://svn.ez.no/svn/ezcomponents/docs/examples/applications/HelloMvc/lib/controllers/hello.php
+https://svn.apache.org/repos/asf/incubator/zetacomponents/docs/examples/applications/HelloMvc/lib/controllers/hello.php
 
 It is also possible to return different results than the above normal type.
 You can do so by setting the $ret->status property to an instance of either
diff --git a/Search/docs/tutorial.txt b/Search/docs/tutorial.txt
index d0c37c9..547fb3b 100644
--- a/Search/docs/tutorial.txt
+++ b/Search/docs/tutorial.txt
@@ -69,7 +69,7 @@
 Solr requires a few minor changes to make it work with the Search component.
 `This schema`__ should be used as a basis for the Search component.
 
-__ http://svn.ez.no/svn/ezcomponents/trunk/Search/docs/schema.xml
+__ https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk/Search/docs/schema.xml
 
 Zend_Search_Lucene
 ------------------
diff --git a/Translation/docs/linguist-format.txt b/Translation/docs/linguist-format.txt
index fcdc88e..d22565f 100644
--- a/Translation/docs/linguist-format.txt
+++ b/Translation/docs/linguist-format.txt
@@ -128,7 +128,7 @@
 
 A full example of an TS file can be found here__.
 
-__ http://svn.ez.no/svn/ezcomponents/trunk/Translation/tests/files/translations/nl-nl.xml
+__ https://svn.apache.org/repos/asf/incubator/zetacomponents/trunk/Translation/tests/files/translations/nl-nl.xml
 
 
 ..