Skip to content

Commit 0c00b4e

Browse files
authored
Fix crc-32 link (#657)
1 parent 376664a commit 0c00b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

en/services/component_metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ Files on the Internet are downloaded using HTTPS or HTTP via a normal web URL (e
7575

7676
## Metadata Caching (CRC)
7777

78-
The [COMPONENT_METADATA](#COMPONENT_METADATA) message includes the `file_crc` field, which contain [CRC32](../crc.md#crc32-algorithm) values calculated for the file referenced in the `uri` field.
78+
The [COMPONENT_METADATA](#COMPONENT_METADATA) message includes the `file_crc` field, which contain [CRC32](../guide/crc.md) values calculated for the file referenced in the `uri` field.
7979
A ground station should cache downloaded component metadata and only update it if the CRC value changes.
8080

8181
The [general metadata file](#COMP_METADATA_TYPE_GENERAL) similarly provides file locations for other metadata supported by a component.
82-
It will also include [CRC32](../crc.md#crc32-algorithm) values any files that contain only static data (no CRC32 should be supplied for metadata files that might be updated dynamically).
82+
It will also include [CRC32](../guide/crc.md) values any files that contain only static data (no CRC32 should be supplied for metadata files that might be updated dynamically).
8383

8484
## File Compression
8585

0 commit comments

Comments
 (0)