aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/externaloperationhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/vespa/storage/distributor/externaloperationhandler.cpp')
-rw-r--r--storage/src/vespa/storage/distributor/externaloperationhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/externaloperationhandler.cpp b/storage/src/vespa/storage/distributor/externaloperationhandler.cpp
index a3190d427d8..6cb404aaa0a 100644
--- a/storage/src/vespa/storage/distributor/externaloperationhandler.cpp
+++ b/storage/src/vespa/storage/distributor/externaloperationhandler.cpp
@@ -144,7 +144,7 @@ void ExternalOperationHandler::bounce_with_result(api::StorageCommand& cmd, cons
void ExternalOperationHandler::bounce_with_feed_blocked(api::StorageCommand& cmd) {
const auto& feed_block = _op_ctx.cluster_state_bundle().feed_block();
bounce_with_result(cmd, api::ReturnCode(api::ReturnCode::NO_SPACE,
- "External feed is blocked due to resource exhaustion, see https://docs.vespa.ai/en/operations/feed-block.html: " +
+ "External feed is blocked due to resource exhaustion: " +
feed_block->description()));
}