Skip to content

Commit 54ae9c1

Browse files
authored
Update links to Internals documentation in README
1 parent 07b2e8b commit 54ae9c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ CBOR ([RFC 8949](https://tools.ietf.org/html/rfc8949)) is a binary data format w
4646
- **Diagnostic notation** — RFC 8949 §8.1 human-readable output
4747
- **Hardened** — UTF-8 validation, depth limits, overflow protection, fuzz-tested
4848

49-
For deep-dive details (determinism guarantees, internal algorithms, performance tuning), see [`wiki/Internals.md`](wiki/Internals.md).
49+
For deep-dive details (determinism guarantees, internal algorithms, performance tuning), see [`wiki/Internals`](../../wiki/Internals).
5050

5151
---
5252

@@ -337,12 +337,12 @@ Should interoperate with any RFC 8949-compliant decoder; the official RFC 8949 A
337337
338338
The wiki covers what isn't part of the everyday API:
339339
340-
- [`wiki/Internals.md`](wiki/Internals.md) — float-encoding algorithm, sharedref bookkeeping, lazy architecture, fast wire format, depth tracking, RFC 8949 compliance breakdown, determinism guarantees, performance benchmarks and tuning.
340+
- [`wiki/Internals`](../../wiki/Internals) — float-encoding algorithm, sharedref bookkeeping, lazy architecture, fast wire format, depth tracking, RFC 8949 compliance breakdown, determinism guarantees, performance benchmarks and tuning.
341341
342342
---
343343
344344
## License
345345
346346
Apache License 2.0. See [LICENSE](LICENSE).
347347
348-
Issues, PRs, and bug reports welcome.
348+
Issues, PRs, and bug reports welcome.

0 commit comments

Comments
 (0)