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 2023/03/20 14:23:40 UTC

[james-project] branch master updated: JAMES-3894 Antora - update xref, fix not found error (#1494)

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


The following commit(s) were added to refs/heads/master by this push:
     new 99fbb926f8 JAMES-3894 Antora - update xref, fix not found error (#1494)
99fbb926f8 is described below

commit 99fbb926f8533a504ea5d0d57e4c978dffb1f8aa
Author: vttran <vt...@linagora.com>
AuthorDate: Mon Mar 20 21:21:16 2023 +0700

    JAMES-3894 Antora - update xref, fix not found error (#1494)
---
 .../docs/modules/ROOT/pages/configure/cassandra.adoc     |  2 +-
 .../ROOT/pages/configure/mailrepositorystore.adoc        |  2 +-
 .../docs/modules/ROOT/pages/operate/webadmin.adoc        | 16 ++++++++--------
 .../docs/modules/ROOT/partials/MetricsMailet.adoc        |  2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/cassandra.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/cassandra.adoc
index d72b530cc8..5cadd23c04 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/cassandra.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/cassandra.adoc
@@ -45,7 +45,7 @@ will have no effect. Optional. Default value 1.
 |cassandra.local.dc
 |Optional. Allows specifying the local DC as part of the load balancing policy. Specifying it
 would result in the use of `new TokenAwarePolicy(DCAwareRoundRobinPolicy.builder().withLocalDc(value).build())` as a LoadBalancingPolicy.
-This value is useful in a multi-DC Cassandra setup. Be aware of xref:../architecture/consistency-model.html#_about_multi_data_center_setups[limitation of multi-DC setups for James]
+This value is useful in a multi-DC Cassandra setup. Be aware of xref:../architecture/consistency-model.adoc#_about_multi_data_center_setups[limitation of multi-DC setups for James]
 Not specifying this value results in the driver's default load balancing policy to be used.
 
 |optimistic.consistency.level.enabled
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/mailrepositorystore.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/mailrepositorystore.adoc
index 2259bfe201..4bdf28f48c 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/mailrepositorystore.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/mailrepositorystore.adoc
@@ -32,4 +32,4 @@ to get some examples and hints.
 ....
 
 Only the *CassandraMailRepository* is available by default for the Distributed Server. Mails metadata are stored in
-Cassandra while the headers and bodies are stored within the xref:architecture.adoc#_blobstore[BlobStore].
+Cassandra while the headers and bodies are stored within the xref:architecture/index.adoc#_blobstore[BlobStore].
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc
index c6c0ae4cc4..9c8dc23fdb 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc
@@ -456,7 +456,7 @@ curl -XPUT http://ip:port/users/usernameToBeUsed \
 ....
 
 Resource name usernameToBeUsed representing valid users, hence it should
-match the criteria at xref:confgure/usersrepository.adoc[User Repositories documentation]
+match the criteria at xref:configure/usersrepository.adoc[User Repositories documentation]
 
 Response codes:
 
@@ -2727,7 +2727,7 @@ member will receive it.
 Note that the group mail address is virtual: it does not correspond to
 an existing user.
 
-This feature uses xref:architecture.adoc#_recipient_rewrite_tables[Recipients rewrite table]
+This feature uses xref:architecture/index.adoc#_recipient_rewrite_tables[Recipients rewrite table]
 and requires the
 https://github.com/apache/james-project/blob/master/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/RecipientRewriteTable.java[RecipientRewriteTable
 mailet] to be configured.
@@ -2816,7 +2816,7 @@ mail. Otherwise he is ommitted.
 Forwards can be defined for existing users. It then defers from
 ``groups''.
 
-This feature uses xref:architecture.adoc#_recipient_rewrite_tables[Recipients rewrite table]
+This feature uses xref:architecture/index.adoc#_recipient_rewrite_tables[Recipients rewrite table]
 and requires the
 https://github.com/apache/james-project/blob/master/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/RecipientRewriteTable.java[RecipientRewriteTable
 mailet] to be configured.
@@ -2903,7 +2903,7 @@ address of the alias will receive it.
 
 Aliases can be defined for existing users.
 
-This feature uses xref:architecture.adoc#_recipient_rewrite_tables[Recipients rewrite table]
+This feature uses xref:architecture/index.adoc#_recipient_rewrite_tables[Recipients rewrite table]
 and requires the
 https://github.com/apache/james-project/blob/master/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/RecipientRewriteTable.java[RecipientRewriteTable
 mailet] to be configured.
@@ -2997,7 +2997,7 @@ destination domains `james.org` and `apache-james.org`, when a mail is
 sent to `admin@james.apache.org`, then it will be routed to
 `admin@james.org` and `admin@apache-james.org`
 
-This feature uses xref:architecture.adoc#_recipient_rewrite_tables[Recipients rewrite table]
+This feature uses xref:architecture/index.adoc#_recipient_rewrite_tables[Recipients rewrite table]
 and requires the
 https://github.com/apache/james-project/blob/master/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/RecipientRewriteTable.java[RecipientRewriteTable
 mailet] to be configured.
@@ -3099,7 +3099,7 @@ A regex mapping contains a mapping source and a Java Regular Expression
 a recipient matched with the mapping source, then that mail will be
 re-routed to a new recipient address which is re written by the regex.
 
-This feature uses xref:architecture.adoc#_recipient_rewrite_tables[Recipients rewrite table]
+This feature uses xref:architecture/index.adoc#_recipient_rewrite_tables[Recipients rewrite table]
 and requires the
 https://github.com/apache/james-project/blob/master/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/RecipientRewriteTable.java[RecipientRewriteTable
 API] to be configured.
@@ -3168,7 +3168,7 @@ You can use *webadmin* to define address mappings.
 When a specific email is sent to the base mail address, every
 destination addresses will receive it.
 
-This feature uses xref:architecture.adoc#_recipient_rewrite_tables[Recipients rewrite table]
+This feature uses xref:architecture/index.adoc#_recipient_rewrite_tables[Recipients rewrite table]
 and requires the
 https://github.com/apache/james-project/blob/master/server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/RecipientRewriteTable.java[RecipientRewriteTable
 mailet] to be configured.
@@ -3222,7 +3222,7 @@ curl -XGET http://ip:port/mappings
 ....
 
 Get all mappings from the
-xref:architecture.adoc#_recipient_rewrite_tables[Recipients rewrite table].
+xref:architecture/index.adoc#_recipient_rewrite_tables[Recipients rewrite table].
 
 Response body:
 
diff --git a/server/apps/distributed-app/docs/modules/ROOT/partials/MetricsMailet.adoc b/server/apps/distributed-app/docs/modules/ROOT/partials/MetricsMailet.adoc
index 8bef4ec821..d01a436cd9 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/partials/MetricsMailet.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/partials/MetricsMailet.adoc
@@ -2,7 +2,7 @@
 
 This Metrics mailet increments a counter on every incoming emails.
 
-This counter is accessible via JMX, or grafana. Read xref:distributed/operate/metrics.adoc[more about metrics].
+This counter is accessible via JMX, or grafana. Read xref:operate/metrics.adoc[more about metrics].
 
 Example :
 


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