Skip to content

Commit b72330f

Browse files
committed
Fixed validation warnings
1 parent 0c40ad0 commit b72330f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/healthcare-apis/fhir/purge-history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ ms.author: mikaelw
1111

1212
# Purge history operation
1313

14-
`$purge-history` is an operation that allows you to delete the history of a single FHIR resource. This operation isn't defined in the FHIR specification, but it's useful for [history management](fhir-versioning-policy-history-management.md) in large FHIR service instances.
14+
`$purge-history` is an operation that allows you to delete the history of a single FHIR resource. This operation isn't defined in the FHIR specification, but it's useful for [history management](fhir-versioning-policy-and-history-management.md) in large FHIR service instances.
1515

1616
## Overview of purge history
1717

18-
The `$purge-history` operation was created to help with the management of resource history in FHIR service. It's uncommon to need to purge resource history. However, it's needed in cases when the system level or resource level [versioning policy](fhir-versioning-policy-history-management.md) changes, and you want to clean up existing resource history.
18+
The `$purge-history` operation was created to help with the management of resource history in FHIR service. It's uncommon to need to purge resource history. However, it's needed in cases when the system level or resource level [versioning policy](fhir-versioning-policy-and-history-management.md) changes, and you want to clean up existing resource history.
1919

2020
Since `$purge-history` is a resource level operation versus a type level or system level operation, you'll need to run the operation for every resource that you want remove the history from.
2121

articles/healthcare-apis/fhir/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ items:
109109
- name: FHIR REST API capabilities
110110
href: fhir-rest-api-capabilities.md
111111
- name: Versioning policy and history management
112-
href: fhir-versioning-policy-history-management.md
112+
href: fhir-versioning-policy-and-history-management.md
113113
- name: Resources
114114
expanded: true
115115
items:

0 commit comments

Comments
 (0)