You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2020/11/23 08:20:18 UTC

[james-project] 19/19: JAMES-3448 Rewrite links to http://james.apache.org/server/3/

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 6fab99364a86769df7443c886a76ea89a5f169a8
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Nov 18 13:54:37 2020 +0700

    JAMES-3448 Rewrite links to http://james.apache.org/server/3/
---
 src/site/xdoc/mailbox/source-code.xml    | 2 +-
 src/site/xdoc/protocols/imap4.xml        | 2 +-
 src/site/xdoc/protocols/index.xml        | 2 +-
 src/site/xdoc/protocols/source-code.xml  | 4 ++--
 src/site/xdoc/server/monitor-logging.xml | 2 +-
 src/site/xdoc/server/quick-start.xml     | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/site/xdoc/mailbox/source-code.xml b/src/site/xdoc/mailbox/source-code.xml
index 2ebae12..b010f6f 100644
--- a/src/site/xdoc/mailbox/source-code.xml
+++ b/src/site/xdoc/mailbox/source-code.xml
@@ -54,7 +54,7 @@
   </section>
 
   <section name="Build Source Code">
-    <p>You can read a tutorial on how to build Apache James Server on <a href="http://james.apache.org/server/3/dev-build.html">http://james.apache.org/server/3/dev-build.html</a>.</p>
+    <p>You can read a tutorial on how to build Apache James Server on <a href="http://james.apache.org/server/dev-build.html">http://james.apache.org/server/3/dev-build.html</a>.</p>
     <p>The GIT URLs and the project names must be adapted, but the requirements and process are the same and you can inspire
        from the build the Apache James Mailbox libraries.</p>
   </section>
diff --git a/src/site/xdoc/protocols/imap4.xml b/src/site/xdoc/protocols/imap4.xml
index 0ec2cbd..9c9ce6d 100644
--- a/src/site/xdoc/protocols/imap4.xml
+++ b/src/site/xdoc/protocols/imap4.xml
@@ -76,7 +76,7 @@
   </section>
 
   <section name='Apache James IMAP in Server and as component'>
-    <p><a href='http://james.apache.org/server/3'>Apache James Server 3</a> supports IMAP 
+    <p><a href='http://james.apache.org/server'>Apache James Server 3.5.0</a> supports IMAP
        (using this library).</p>
     <p>The <a href="source-code.html">source code</a> page contains information on how 
        to develop on James IMAP.</p>
diff --git a/src/site/xdoc/protocols/index.xml b/src/site/xdoc/protocols/index.xml
index b8677c0..5523d7b 100644
--- a/src/site/xdoc/protocols/index.xml
+++ b/src/site/xdoc/protocols/index.xml
@@ -44,7 +44,7 @@
     <p>The <a href="source-code.html">source code</a> page contains information on how 
        to develop with James Protocols.</p>
     <p>You can also read more on the way the James Server
-       uses James Protocols to <a href="http://james.apache.org/server/3/dev-extend-smtp-hook.html">Hook SMTP</a>.</p>
+       uses James Protocols to <a href="http://james.apache.org/server/dev-extend-smtp-hook.html">Hook SMTP</a>.</p>
     <img src="images/uml/org.apache.james.protocols-package.png"/>
   </section>
 
diff --git a/src/site/xdoc/protocols/source-code.xml b/src/site/xdoc/protocols/source-code.xml
index 8788bd9..ddb9b55 100644
--- a/src/site/xdoc/protocols/source-code.xml
+++ b/src/site/xdoc/protocols/source-code.xml
@@ -40,7 +40,7 @@
   </section>
 
   <section name="Build Source Code">
-    <p>You can read a tutorial on how to build Apache James Server on <a href="http://james.apache.org/server/3/dev-build.html">http://james.apache.org/server/3/dev-build.html</a>.</p>
+    <p>You can read a tutorial on how to build Apache James Server on <a href="http://james.apache.org/server/dev-build.html">http://james.apache.org/server/dev-build.html</a>.</p>
     <p>The GIT URLs and the project names must be adapted, but the requirements and process are the same and you can inspire
        from the build the Apache James IMAP libraries.</p>
   </section>
@@ -59,7 +59,7 @@
       <p><code>apache-james-protocols-impl</code> provides common services that can be used by any mail protocol.</p>
     </subsection>
     <subsection name="James Protocols SMTP">
-      <p><code>apache-james-protocols-smtp</code> implements the SMTP protocols with <a href="http://james.apache.org/server/3/dev-extend-smtp-hook.html">hooks</a> for extensions.</p>
+      <p><code>apache-james-protocols-smtp</code> implements the SMTP protocols with <a href="http://james.apache.org/server/dev-extend-smtp-hook.html">hooks</a> for extensions.</p>
     </subsection>
   </section>
 
diff --git a/src/site/xdoc/server/monitor-logging.xml b/src/site/xdoc/server/monitor-logging.xml
index 3cf73d4..3544965 100644
--- a/src/site/xdoc/server/monitor-logging.xml
+++ b/src/site/xdoc/server/monitor-logging.xml
@@ -219,7 +219,7 @@ DEBUG 17:24:17,829 | james.smtpserver | 262 org.apache.james.smtpserver.SenderAu
 #  specific language governing permissions and limitations
 #  under the License.
 
-# See http://james.apache.org/server/3/config.html for usage
+# See http://james.apache.org/server/config.html for usage
 
 log4j.rootLogger=DEBUG
 
diff --git a/src/site/xdoc/server/quick-start.xml b/src/site/xdoc/server/quick-start.xml
index 1fe49f8..3738d84 100644
--- a/src/site/xdoc/server/quick-start.xml
+++ b/src/site/xdoc/server/quick-start.xml
@@ -75,9 +75,9 @@ Persistence
 - Users persistence is configured in usersrepository.xml
 - All database connection use the database.properties in case of database access.
 
-Mailet Container - http://james.apache.org/server/3/feature-mailetcontainer.html
+Mailet Container - http://james.apache.org/server/feature-mailetcontainer.html
 
-SMTP Hooks - http://james.apache.org/server/3/feature-smtp-hooks.html
+SMTP Hooks - http://james.apache.org/server/feature-smtp-hooks.html
 
 Step 4: Configure
 #################


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org