From 953fcd209e4a54295840d41782d69e8a486d74b0 Mon Sep 17 00:00:00 2001 From: Thomas Schmidts Date: Fri, 21 Nov 2014 09:48:08 +0100 Subject: [PATCH] Another dead link in the documentation fixed --- .../modules/org/arangodb/cluster/kickstarter.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/js/server/modules/org/arangodb/cluster/kickstarter.js b/js/server/modules/org/arangodb/cluster/kickstarter.js index 1d90181fae..3f1dd326a6 100644 --- a/js/server/modules/org/arangodb/cluster/kickstarter.js +++ b/js/server/modules/org/arangodb/cluster/kickstarter.js @@ -925,7 +925,7 @@ function Kickstarter (clusterPlan, myname) { /// Note that all data in the DBservers and all log files and all agency /// information in the cluster is deleted by this call. This is because /// it is intended to set up a cluster for the first time. See -/// the [relaunch method](see ../ModulePlanner/README.html#relaunch) +/// the [relaunch method](../ModulePlanner/README.html#relaunch) /// for restarting a cluster without data loss. /// @endDocuBlock //////////////////////////////////////////////////////////////////////////////// @@ -1014,12 +1014,12 @@ Kickstarter.prototype.launch = function () { /// itself. We do not go into details here about the data structure, /// but the most important information are the process IDs of the /// started processes. The corresponding -/// [shutdown method ](see ../ModulePlanner/README.html#shutdown) needs this information to +/// [shutdown method ](../ModulePlanner/README.html#shutdown) needs this information to /// shut down all processes. /// /// Note that this methods needs that all data in the DBservers and the /// agency information in the cluster are already set up properly. See -/// the [launch method](see ../ModulePlanner/README.html#launch) for +/// the [launch method](../ModulePlanner/README.html#launch) for /// starting a cluster for the first time. /// @endDocuBlock //////////////////////////////////////////////////////////////////////////////// @@ -1188,7 +1188,7 @@ Kickstarter.prototype.shutdown = function() { /// /// This cleans up all the data and logs of a previously shut down cluster. /// To this end, other dispatchers are contacted as necessary. -/// [Use shutdown](see ../ModulePlanner/README.html#shutdown) first and +/// [Use shutdown](../ModulePlanner/README.html#shutdown) first and /// use with caution, since potentially a lot of data is being erased with /// this call! /// @endDocuBlock @@ -1361,12 +1361,12 @@ Kickstarter.prototype.isHealthy = function() { /// itself. We do not go into details here about the data structure, /// but the most important information are the process IDs of the /// started processes. The corresponding -/// [shutdown method](see ../ModulePlanner/README.html#shutdown) needs +/// [shutdown method](../ModulePlanner/README.html#shutdown) needs /// this information to shut down all processes. /// /// Note that this methods needs that all data in the DBservers and the /// agency information in the cluster are already set up properly. See -/// the [launch method](see ../ModulePlanner/README.html#launch) for +/// the [launch method](../ModulePlanner/README.html#launch) for /// starting a cluster for the first time. /// @endDocuBlock ////////////////////////////////////////////////////////////////////////////////