From ef9c03d4b8061eab86512cada8833e06950bbfa8 Mon Sep 17 00:00:00 2001 From: Vincent Behar Date: Wed, 3 Aug 2011 22:10:23 +0200 Subject: [PATCH] fix links to the RundeckClient javadoc (changed after the migration to doclava) --- src/site/confluence/groovy.confluence | 2 +- src/site/confluence/index.confluence | 2 +- src/site/confluence/jruby.confluence | 2 +- src/site/confluence/jython.confluence | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/confluence/groovy.confluence b/src/site/confluence/groovy.confluence index e9b81a6..6dc06e5 100644 --- a/src/site/confluence/groovy.confluence +++ b/src/site/confluence/groovy.confluence @@ -124,5 +124,5 @@ println "${result.succeededJobs.size} jobs successfully imported, ${result.skipp h2. And more... -See the API documentation of the [RundeckClient|./apidocs/org/rundeck/api/RundeckClient.html] class for more interactions with your RunDeck instance... +See the API documentation of the [RundeckClient|./apidocs/reference/org/rundeck/api/RundeckClient.html] class for more interactions with your RunDeck instance... diff --git a/src/site/confluence/index.confluence b/src/site/confluence/index.confluence index 702dc90..5e3eda1 100644 --- a/src/site/confluence/index.confluence +++ b/src/site/confluence/index.confluence @@ -16,7 +16,7 @@ h2. What can I do with it ? h2. Where can I get more information ? -* You can read the [API documentation|./apidocs/index.html], starting with the [RundeckClient|./apidocs/org/rundeck/api/RundeckClient.html] class. +* You can read the [API documentation|./apidocs/index.html], starting with the [RundeckClient|./apidocs/reference/org/rundeck/api/RundeckClient.html] class. * Or you can "Use the [Source|./source-repository.html], Luke !" * Read more on the Maven auto-generated pages : [project information|./project-info.html] and [project reports|./project-reports.html]. diff --git a/src/site/confluence/jruby.confluence b/src/site/confluence/jruby.confluence index 99f1cf4..cedb4ae 100644 --- a/src/site/confluence/jruby.confluence +++ b/src/site/confluence/jruby.confluence @@ -132,5 +132,5 @@ puts "#{result.succeededJobs.size} jobs successfully imported, #{result.skippedJ h2. And more... -See the API documentation of the [RundeckClient|./apidocs/org/rundeck/api/RundeckClient.html] class for more interactions with your RunDeck instance... +See the API documentation of the [RundeckClient|./apidocs/reference/org/rundeck/api/RundeckClient.html] class for more interactions with your RunDeck instance... diff --git a/src/site/confluence/jython.confluence b/src/site/confluence/jython.confluence index ebafcce..b2dbc94 100644 --- a/src/site/confluence/jython.confluence +++ b/src/site/confluence/jython.confluence @@ -116,5 +116,5 @@ print("%s jobs successfully imported, %s jobs skipped, and %s jobs failed" % (re h2. And more... -See the API documentation of the [RundeckClient|./apidocs/org/rundeck/api/RundeckClient.html] class for more interactions with your RunDeck instance... +See the API documentation of the [RundeckClient|./apidocs/reference/org/rundeck/api/RundeckClient.html] class for more interactions with your RunDeck instance...