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 d76b887800fc432d77b832ebcd5a90c75d1ceca4 Author: Rene Cordier <[email protected]> AuthorDate: Tue Oct 29 14:57:56 2019 +0700 JAMES-2931 Fix broken link in 'Get started with James' section in the homepage --- src/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homepage/index.html b/src/homepage/index.html index 1fdd6cc..94bed80 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -119,7 +119,7 @@ WHAT WILL YOU TRY:</b><br> <i>Notes: for more information about James CLI, have a look at <a href="https://github.com/apache/james-project/#other-useful-commands" alt="Useful commands">'Useful commands section README.txt'</a>.</i></span> </li> <li class="post-template"><span class="long-arrow-right">→</span><span><b>ALTERNATIVES:</b><br> - Instructions that do not imply docker are also available <a href="/install.html">here</a>. + Instructions that do not imply docker are also available <a href="/server/install.html">here</a>. </span> </li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
