diff --git a/src/partials/head.hbs b/src/partials/head.hbs index da5d5ad..9c04b9e 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',