From cbc9c0232efd8f384616082886ecee13d1be63e0 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 3 Aug 2015 16:27:37 -0600 Subject: [PATCH] Make lombok link an asciidoc link --- docs/src/main/asciidoc/building-base.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/main/asciidoc/building-base.adoc b/docs/src/main/asciidoc/building-base.adoc index 36ab9f47..3ab5aae6 100644 --- a/docs/src/main/asciidoc/building-base.adoc +++ b/docs/src/main/asciidoc/building-base.adoc @@ -75,9 +75,8 @@ from the `file` menu. ==== Adding Project Lombok Agent -Spring Cloud uses [Project -Lombok](http://projectlombok.org/features/index.html) to generate -getters and setters etc. Compiling from the command line this +Spring Cloud uses Spring Cloud uses http://projectlombok.org/features/index.html[Project Lombok] +to generate getters and setters etc. Compiling from the command line this shouldn't cause any problems, but in an IDE you need to add an agent to the JVM. Full instructions can be found in the Lombok website. The sign that you need to do this is a lot of compiler errors to do with