From a1d219a44138cd8e0f57ee8b3be7810f76a8ed12 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Fri, 2 Aug 2024 08:03:22 +0100 Subject: [PATCH] Fix broken entry processor documentation link [Slack discussion](https://hazelcast.slack.com/archives/C035HQET5/p1722580449491389) Note - I am *unsure* what the URL is used for to identify the problem with the current behaviour, I _think_ it's used to redirect old links to the "new" location, but I'm not sure, so I am unable to test this change. But the current URLs no longer exist. --- src/partials/head.hbs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/partials/head.hbs b/src/partials/head.hbs index da5d5ad6..9c04b9e8 100644 --- a/src/partials/head.hbs +++ b/src/partials/head.hbs @@ -349,18 +349,18 @@ 'configuring-scheduled-executor-service': url + 'computing/scheduled-executor-service.html#configuring-scheduled-executor-service', 'examples': url + 'computing/scheduled-executor-service.html#scheduled-exec-srv-examples', 'split-brain-protection-for-durable-executor-service': url + 'computing/scheduled-executor-service.html#split-brain-protection-for-ischeduled-executor-service', - 'entry-processor': url + 'computing/entry-processor.html', - 'performing-fast-in-memory-map-operations': url + 'computing/entry-processor.html#performing-fast-in-memory-map-operations', - 'using-indexes': url + 'computing/entry-processor.html#performing-fast-in-memory-map-operations', - 'using-object-in-memory-format': url + 'computing/entry-processor.html#performing-fast-in-memory-map-operations', - 'processing-entries': url + 'computing/entry-processor.html#processing-entries', - 'respecting-locks-on-single-keys': url + 'computing/entry-processor.html#respecting-locks-on-single-keys', - 'processing-backup-entries': url + 'computing/entry-processor.html#processing-backup-entries', - 'creating-an-entry-processor': url + 'computing/entry-processor.html#creating-an-entry-processor', - 'entry-processor-performance-optimizations': url + 'computing/entry-processor.html#entry-processor-performance-optimizations', - 'offloadable-entry-processor': url + 'computing/entry-processor.html#offloadable-entry-processor', - 'readonly-entry-processor': url + 'computing/entry-processor.html#readonly-entry-processor', - 'readonly-and-offloadable-entry-processor': url + 'computing/entry-processor.html#readonly-and-offloadable-entry-processor', + 'entry-processor': url + 'data-structures/entry-processor.html', + 'performing-fast-in-memory-map-operations': url + 'data-structures/entry-processor.html#performing-fast-in-memory-map-operations', + 'using-indexes': url + 'data-structures/entry-processor.html#performing-fast-in-memory-map-operations', + 'using-object-in-memory-format': url + 'data-structures/entry-processor.html#performing-fast-in-memory-map-operations', + 'processing-entries': url + 'data-structures/entry-processor.html#processing-entries', + 'respecting-locks-on-single-keys': url + 'data-structures/entry-processor.html#respecting-locks-on-single-keys', + 'processing-backup-entries': url + 'data-structures/entry-processor.html#processing-backup-entries', + 'creating-an-entry-processor': url + 'data-structures/entry-processor.html#creating-an-entry-processor', + 'entry-processor-performance-optimizations': url + 'data-structures/entry-processor.html#entry-processor-performance-optimizations', + 'offloadable-entry-processor': url + 'data-structures/entry-processor.html#offloadable-entry-processor', + 'readonly-entry-processor': url + 'data-structures/entry-processor.html#readonly-entry-processor', + 'readonly-and-offloadable-entry-processor': url + 'data-structures/entry-processor.html#readonly-and-offloadable-entry-processor', 'distributed-query': url + 'query/distributed-query.html', 'how-distributed-query-works': url + 'query/how-distributed-query-works.html', 'employee-map-query-example': url + 'query/how-distributed-query-works.html#employee-map-query-example',