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 f00351866668d443d50f9debc83f15be05db94d8 Author: Raphaƫl Ouazana <[email protected]> AuthorDate: Tue Oct 29 16:38:31 2019 +0100 JAMES-2930 Fix broken summary links --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index fe17c79..20a5452 100644 --- a/README.adoc +++ b/README.adoc @@ -44,10 +44,10 @@ There is many other ways one can help us: packaging, communication, etc ... * https://github.com/apache/james-project/#how-to-release-via-maven-release-plugin[How to release via maven release plugin] * https://github.com/apache/james-project/#how-to-check-the-compilation[How to check the compilation] * https://github.com/apache/james-project/#how-to-run-james-in-docker[How to run James in Docker] - ** https://github.com/apache/james-project/#run-james-with-java-8--guice--cassandra--rabbitmq--swift--elasticsearch[Run James with Java 8 + Guice + Cassandra + RabbitMQ + Swift + ElasticSearch] - ** https://github.com/apache/james-project/#run-james-with-java-8--guice--cassandra--elasticsearch[Run James with Java 8 + Guice + Cassandra + ElasticSearch] - ** https://github.com/apache/james-project/#run-james-with-java-8--guice--jpa--lucene[Run James with Java 8 + Guice + JPA + Lucene] - ** https://github.com/apache/james-project/#run-james-with-java-8--spring--jpa[Run James with Java 8 + Spring + JPA] + ** https://github.com/apache/james-project/#run-james-with-java-8-%2Dguice-%2Dcassandra-%2Drabbitmq-%2Dswift-%2Delasticsearch[Run James with Java 8 + Guice + Cassandra + RabbitMQ + Swift + ElasticSearch] + ** https://github.com/apache/james-project/#run-james-with-java-8-%2Dguice-%2Dcassandra-%2Delasticsearch[Run James with Java 8 + Guice + Cassandra + ElasticSearch] + ** https://github.com/apache/james-project/#run-james-with-java-8-%2Dguice-%2Djpa-%2Dlucene[Run James with Java 8 + Guice + JPA + Lucene] + ** https://github.com/apache/james-project/#run-james-with-java-8-%2Dspring-%2Djpa[Run James with Java 8 + Spring + JPA] * https://github.com/apache/james-project/#other-useful-commands[Other Useful commands] ** https://github.com/apache/james-project/#how-to-add-a-domain-[How to add a domain?] ** https://github.com/apache/james-project/#how-to-add-a-user-[How to add a user?] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
