aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGregory Kick <gk5885@gmail.com>2013-07-01 16:02:04 -0500
committerGregory Kick <gk5885@gmail.com>2013-07-01 16:02:04 -0500
commit2fdb122846a0108798d8a8819ce835b8f49fc406 (patch)
treeb5aef7bb8408ea5c547f7ad30500ee4051d04905 /README.md
parent19ee07f6cc5e3e2e8a44ac7bba6e24e7036b1bc6 (diff)
downloadauto-2fdb122846a0108798d8a8819ce835b8f49fc406.tar.gz
address a paren parsing issue
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a5b452ac..a93af94a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A source code generator for JSR-330-compatible factories.
What is this?
-------------
-[Java](https://en.wikipedia.org/wiki/Java_(programming_language)) is full of [factories](http://en.wikipedia.org/wiki/Factory_method_pattern). They're mechanical, repetitive, typically untested and sometimes the source of subtle bugs. _Sounds like a job for robots!_
+[Java][java] is full of [factories](http://en.wikipedia.org/wiki/Factory_method_pattern). They're mechanical, repetitive, typically untested and sometimes the source of subtle bugs. _Sounds like a job for robots!_
AutoFactory generates factories that can be used on their own or with [JSR-330](http://jcp.org/en/jsr/detail?id=330)-compatible [dependency injectors](http://en.wikipedia.org/wiki/Dependency_injection) from a simple annotation.
@@ -96,5 +96,5 @@ License
See the License for the specific language governing permissions and
limitations under the License.
-
+[java] https://en.wikipedia.org/wiki/Java_(programming_language)