JAMES-1789 Update guice config link to point dockerfiles
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/75bb019f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/75bb019f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/75bb019f Branch: refs/heads/master Commit: 75bb019f37b71328f74e41ed7cfb9429151961de Parents: 6782b96 Author: benwa <[email protected]> Authored: Sat Jun 10 10:23:17 2017 +0700 Committer: benwa <[email protected]> Committed: Wed Jun 14 15:01:40 2017 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/config-cassandra.xml | 2 +- src/site/xdoc/server/config-guice.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/75bb019f/src/site/xdoc/server/config-cassandra.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/config-cassandra.xml b/src/site/xdoc/server/config-cassandra.xml index 61ed173..2be8cd8 100644 --- a/src/site/xdoc/server/config-cassandra.xml +++ b/src/site/xdoc/server/config-cassandra.xml @@ -29,7 +29,7 @@ Note: Cassandra is only available with Guice distributions (cassandra-guice and cassandra-guice-ldap). - <p>Consult <a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/cassandra-template.properties">cassandra-template.properties</a> to get some examples and hints.</p> + <p>Consult <a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/cassandra.properties">cassandra-template.properties</a> to get some examples and hints.</p> <dl> <dt><strong>cassandra.nodes</strong></dt> http://git-wip-us.apache.org/repos/asf/james-project/blob/75bb019f/src/site/xdoc/server/config-guice.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/config-guice.xml b/src/site/xdoc/server/config-guice.xml index 81dc1b6..20559e6 100644 --- a/src/site/xdoc/server/config-guice.xml +++ b/src/site/xdoc/server/config-guice.xml @@ -46,42 +46,42 @@ </tr> <tr> - <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/cassandra-template.properties">cassandra-template.properties</a></td> + <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/cassandra.properties">cassandra-template.properties</a></td> <td><a href="config-cassandra.html">Cassandra Configuration</a></td> <td></td> </tr> <tr> - <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/dnsservice-template.xml">dnsservice.xml</a></td> + <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/dnsservice.xml">dnsservice.xml</a></td> <td><a href="config-dnsservice.html">DNS Service Configuration</a></td> <td></td> </tr> <tr> - <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/elasticsearch-template.properties">elasticsearch-template.properties</a></td> + <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/elasticsearch.properties">elasticsearch-template.properties</a></td> <td><a href="config-elasticsearch.html">ElasticSearch Configuration</a></td> <td></td> </tr> <tr> - <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/imapserver-template.xml">imapserver.xml</a></td> + <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/imapserver.xml">imapserver.xml</a></td> <td><a href="config-imap4.html">IMAP4 Configuration</a></td> <td></td> </tr> <tr> - <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/lmtpserver-template.xml">lmtpserver.xml</a></td> + <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/lmtpserver.xml">lmtpserver.xml</a></td> <td><a href="config-smtp-lmtp.html">LMTP Configuration</a></td> <td></td> </tr> <tr> - <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailetcontainer-template.xml">mailetcontainer.xml</a></td> + <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/mailetcontainer.xml">mailetcontainer.xml</a></td> <td><a href="config-mailetcontainer.html">Mailet Container Configuration</a></td> <td></td> </tr> <tr> - <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/pop3server-template.xml">pop3server.xml</a></td> + <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/pop3server.xml">pop3server.xml</a></td> <td><a href="config-pop3.html">POP3 Configuration</a></td> <td></td> </tr> <tr> - <td><a href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/smtpserver-template.xml">smtpserver.xml</a></td> + <td><a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/smtpserver.xml">smtpserver.xml</a></td> <td><a href="config-smtp-lmtp.html">SMTP Configuration</a></td> <td></td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
