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 982ef6029cd3871fe37440a7734e49ab77b78624 Author: Rene Cordier <[email protected]> AuthorDate: Wed Jul 24 16:00:21 2019 +0700 JAMES-2839 fix some broken links in the documentation --- src/homepage/howTo/deleted-messages-vault.html | 2 +- src/site/xdoc/server/config-vault.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/homepage/howTo/deleted-messages-vault.html b/src/homepage/howTo/deleted-messages-vault.html index 34d4459..d1c5824 100644 --- a/src/homepage/howTo/deleted-messages-vault.html +++ b/src/homepage/howTo/deleted-messages-vault.html @@ -241,7 +241,7 @@ blob.export.implementation=localFile </code></pre> <p> - More details about configuration & example at <a href="/server/config-blob-expor.html">Blob Export Configuration</a> + More details about configuration & example at <a href="/server/config-blob-export.html">Blob Export Configuration</a> </p> </div> <footer class="major"> diff --git a/src/site/xdoc/server/config-vault.xml b/src/site/xdoc/server/config-vault.xml index 289a339..59b7954 100644 --- a/src/site/xdoc/server/config-vault.xml +++ b/src/site/xdoc/server/config-vault.xml @@ -36,7 +36,7 @@ <p> Note: This feature requires Guice wiring. To make James use DeletedMessageVault, you also need to configure the PreDeletionHook for it. - Example is at <a href="server/config-listeners.html">Mailbox Listener Configuration</a> + Example is at <a href="/server/config-listeners.html">Mailbox Listener Configuration</a> </p> <subsection name="deletedMessageVault.properties"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
