Skip to content

Commit 063e395

Browse files
committed
Fixing old utilities.md URLs
1 parent 018dba9 commit 063e395

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/administration/administration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Harper provides rapid horizontal scaling capabilities through [node cloning func
1919
Harper provides robust capabilities for analytics and observability to facilitate effective and informative monitoring:
2020

2121
- Analytics provides statistics on usage, request counts, load, memory usage with historical tracking. The analytics data can be [accessed through querying](../technical-details/reference/analytics.md).
22-
- A large variety of real-time statistics about load, system information, database metrics, thread usage can be retrieved through the [`system_information` API](../developers/operations-api/utilities.md).
22+
- A large variety of real-time statistics about load, system information, database metrics, thread usage can be retrieved through the [`system_information` API](../developers/operations-api/system-operations.md).
2323
- Information about the current cluster configuration and status can be found in the [cluster APIs](../developers/operations-api/clustering.md).
2424
- Analytics and system information can easily be exported to Prometheus with our [Prometheus exporter component](https://github.com/HarperDB-Add-Ons/prometheus_exporter), making it easy visualize and monitor Harper with Graphana.
2525

docs/administration/jobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Example job operations include:
2020

2121
[import from s3](../developers/operations-api/bulk-operations.md#import-from-s3)
2222

23-
[delete_records_before](../developers/operations-api/utilities.md#delete-records-before)
23+
[delete_records_before](../developers/operations-api/bulk-operations.md#delete-records-before)
2424

25-
[export_local](../developers/operations-api/utilities.md#export-local)
25+
[export_local](../developers/operations-api/bulk-operations.md#export-local)
2626

27-
[export_to_s3](../developers/operations-api/utilities.md#export-to-s3)
27+
[export_to_s3](../developers/operations-api/bulk-operations.md#export-to-s3)
2828

2929
Example Response from a Job Operation
3030

docs/deployments/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The configuration elements in `harperdb-config.yaml` use camelcase, such as `ope
1212

1313
To change a configuration value, edit the `harperdb-config.yaml` file and save any changes. **HarperDB must be restarted for changes to take effect.**
1414

15-
Alternatively, all configuration values can also be modified using environment variables, command line arguments, or the operations API via the [`set_configuration` operation](../developers/operations-api/utilities.md#set-configuration).
15+
Alternatively, all configuration values can also be modified using environment variables, command line arguments, or the operations API via the [`set_configuration` operation](../developers/operations-api/configuration.md#set-configuration).
1616

1717
For nested configuration elements, use underscores to represent parent-child relationships. When accessed this way, elements are case-insensitive.
1818

0 commit comments

Comments
 (0)