Skip to content

Commit

Permalink
Fix broken entry processor documentation link (#221)
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
JackPGreen authored Aug 2, 2024
1 parent 8df7edc commit 3269451
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/partials/head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3269451

Please sign in to comment.