Skip to content

Commit 5b6c4fb

Browse files
jensensclaude
andcommitted
Fix broken relative links in README for PyPI
Convert relative markdown links (TYPE_MAPPING.md, BENCHMARKS.md) to absolute GitHub URLs so they work when rendered on PyPI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3e7f198 commit 5b6c4fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pickle bytes.
7575
| BTree set data | `@ks` | `{"@ks": [1, 2, 3]}` |
7676
| Unknown type | `@pkl` | `{"@pkl": "base64..."}` (escape hatch) |
7777

78-
For the complete type mapping reference, see [TYPE_MAPPING.md](TYPE_MAPPING.md).
78+
For the complete type mapping reference, see [TYPE_MAPPING.md](https://github.com/bluedynamics/zodb-json-codec/blob/main/TYPE_MAPPING.md).
7979

8080
## Performance
8181

@@ -93,7 +93,7 @@ categories:
9393
On a generated Wikipedia database (1,692 records, 6 types, 0 errors):
9494
decode is near parity (1.1x median), encode is **3.3x faster** (median).
9595

96-
For detailed numbers and optimization history, see [BENCHMARKS.md](BENCHMARKS.md).
96+
For detailed numbers and optimization history, see [BENCHMARKS.md](https://github.com/bluedynamics/zodb-json-codec/blob/main/BENCHMARKS.md).
9797

9898
## Development
9999

0 commit comments

Comments
 (0)