From c4845bc095b0169aeab5d9f1d6d3e85ab33e50c9 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sat, 3 Jun 2017 15:12:22 +0200 Subject: [PATCH] The nexus.png image should not be inline - was creating a folder called ":images" Original commit: elastic/x-pack-elasticsearch@f935e44b042bb7a924c8cafb1abf53e021f53929 --- docs/en/security/tribe-clients-integrations/java.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/security/tribe-clients-integrations/java.asciidoc b/docs/en/security/tribe-clients-integrations/java.asciidoc index 2091691349b..710b504dc5b 100644 --- a/docs/en/security/tribe-clients-integrations/java.asciidoc +++ b/docs/en/security/tribe-clients-integrations/java.asciidoc @@ -93,9 +93,9 @@ dependencies { If you are using a repository manager such as https://www.sonatype.com/nexus-repository-oss[Nexus OSS] within your company, you need to add the repository as per the following screenshot: -+ + image::images/nexus.png["Adding the Elastic repo in Nexus",link="images/nexus.png"] -+ + Then in your project's `pom.xml` if using maven, add the following repositories and dependencies definitions: