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 533133888d20ad78047cacfbf9ca6e8465a9a472 Author: Noriyuki Kazusawa <[email protected]> AuthorDate: Thu Jul 9 19:23:47 2020 +0900 Fix anchor links --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 872e555..1d9e287 100644 --- a/README.adoc +++ b/README.adoc @@ -44,10 +44,10 @@ There is many other ways one can help us: packaging, communication, etc ... * link:#how-to-release-via-maven-release-plugin[How to release via maven release plugin] * link:#how-to-check-the-compilation[How to check the compilation] * link:#how-to-run-james-in-docker[How to run James in Docker] - ** link:#run-james-with-%2Dguice-%2Dcassandra-%2Drabbitmq-%2Dswift-%2Delasticsearch[Run James with Guice + Cassandra + RabbitMQ + Swift + ElasticSearch] - ** link:#run-james-with-%2Dguice-%2Dcassandra-%2Delasticsearch[Run James with Guice + Cassandra + ElasticSearch] - ** link:#run-james-with-%2Dguice-%2Djpa-%2Dlucene[Run James with Guice + JPA + Lucene] - ** link:#run-james-with-%2Dspring-%2Djpa[Run James with Spring + JPA] + ** link:#run-james-with-guice-%2Dcassandra-%2Drabbitmq-%2Dswift-%2Delasticsearch[Run James with Guice + Cassandra + RabbitMQ + Swift + ElasticSearch] + ** link:#run-james-with-guice-%2Dcassandra-%2Delasticsearch[Run James with Guice + Cassandra + ElasticSearch] + ** link:#run-james-with-guice-%2Djpa-%2Dlucene[Run James with Guice + JPA + Lucene] + ** link:#run-james-with-spring-%2Djpa[Run James with Spring + JPA] * link:#other-useful-commands[Other Useful commands] ** link:#how-to-add-a-domain-[How to add a domain?] ** link:#how-to-add-a-user-[How to add a user?] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
