From 5ef45c74949694d287debdba8647663aa36ca3cc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 21 Aug 2014 14:25:02 -0700 Subject: [PATCH] Fix asciidoc incorrect link syntax --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 045322681a..52c59a7bd7 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -20,7 +20,7 @@ added after the original pull request but before a merge. the ``Importing into eclipse'' instructions below you should get project specific formatting automatically. You can also import formatter settings using the `eclipse-code-formatter.xml` file from the `eclipse` folder. If using IntelliJ, you can - use the [Eclipse Code Formatter Plugin](http://plugins.jetbrains.com/plugin/6546) + use the http://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter Plugin] to import the same file. * Make sure all new `.java` files to have a simple Javadoc class comment with at least an `@author` tag identifying you, and preferably at least a paragraph on what the class is