Skip to content

Commit 3a364c7

Browse files
authored
Merge pull request #118 from Entrolution/chore/update-repo-name-refs
Update spec repo URL references (cdx-file-format-spec)
2 parents 081c80a + 287d797 commit 3a364c7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "spec"]
22
path = spec
3-
url = https://github.com/Entrolution/codex-file-format-spec.git
3+
url = https://github.com/Entrolution/cdx-file-format-spec.git

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ src/
142142

143143
## Specification Reference
144144

145-
This library implements the [CDX Document Format Specification](https://github.com/Entrolution/codex-file-format-spec). When implementing new features:
145+
This library implements the [CDX Document Format Specification](https://github.com/Entrolution/cdx-file-format-spec). When implementing new features:
146146

147147
- Reference the relevant spec section
148148
- Note any deviations or extensions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# cdx-core
99

10-
Core Rust library for reading, writing, and validating [CDX Document Format](https://github.com/Entrolution/codex-file-format-spec) (`.cdx`) files.
10+
Core Rust library for reading, writing, and validating [CDX Document Format](https://github.com/Entrolution/cdx-file-format-spec) (`.cdx`) files.
1111

1212
## Overview
1313

@@ -161,7 +161,7 @@ cargo run --example open_and_verify path/to/document.cdx
161161

162162
## Specification Compliance
163163

164-
This library implements the [CDX Document Format Specification v0.1](https://github.com/Entrolution/codex-file-format-spec).
164+
This library implements the [CDX Document Format Specification v0.1](https://github.com/Entrolution/cdx-file-format-spec).
165165

166166
### Module Status
167167

docs/conformance-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CDX Specification Conformance Matrix
22

3-
This document maps requirements from the [CDX File Format Specification](../codex-file-format-spec/) to test coverage in cdx-core.
3+
This document maps requirements from the [CDX File Format Specification](../cdx-file-format-spec/) to test coverage in cdx-core.
44

55
## Legend
66

0 commit comments

Comments
 (0)