From fd478f205922a4c0c1203c24446fbb5ffbdfce23 Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Sat, 12 Oct 2024 13:52:05 +0200 Subject: [PATCH] chore: Fix outdated links Signed-off-by: Dmitry Dygalo --- CHANGELOG.md | 4 ++-- crates/benchmark-suite/README.md | 2 +- crates/jsonschema-py/BENCHMARKS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f909506e..551c1d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -695,7 +695,7 @@ Old names are retained for backward compatibility but will be removed in a futur [0.4.3]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.4.2...rust-v0.4.3 [0.4.2]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.4.1...rust-v0.4.2 [0.4.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.4.0...rust-v0.4.1 -[0.4.0]: https://github.com/Stranger6667/jsonschema-rs/compare/v0.3.1...rust-v0.4.0 -[0.3.1]: https://github.com/Stranger6667/jsonschema-rs/compare/v0.3.0...v0.3.1 +[0.4.0]: https://github.com/Stranger6667/jsonschema-rs/compare/2bf8ccb78070cc10d1006789923a102e07da499d...rust-v0.4.0 +[0.3.1]: https://github.com/Stranger6667/jsonschema-rs/compare/v0.3.0...2bf8ccb78070cc10d1006789923a102e07da499d [0.3.0]: https://github.com/Stranger6667/jsonschema-rs/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/Stranger6667/jsonschema-rs/compare/v0.1.0...v0.2.0 diff --git a/crates/benchmark-suite/README.md b/crates/benchmark-suite/README.md index 50c3ac16..cd410b2b 100644 --- a/crates/benchmark-suite/README.md +++ b/crates/benchmark-suite/README.md @@ -28,7 +28,7 @@ $ cargo bench | Fast | From fastjsonschema benchmarks (valid/invalid) | 595 B | 55 B / 60 B | Sources: -- OpenAPI: [Zuora](https://github.com/APIs-guru/openapi-directory/blob/master/APIs/zuora.com/2021-04-23/openapi.yaml), [Schema](https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.0/schema.json) +- OpenAPI: [Zuora](https://github.com/APIs-guru/openapi-directory/blob/1afd351ddf50e050acdb52937a819ef1927f417a/APIs/zuora.com/2021-04-23/openapi.yaml), [Schema](https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.0/schema.json) - Swagger: [Kubernetes](https://raw.githubusercontent.com/APIs-guru/openapi-directory/master/APIs/kubernetes.io/v1.10.0/swagger.yaml), [Schema](https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v2.0/schema.json) - GeoJSON: [Schema](https://geojson.org/schema/FeatureCollection.json) - CITM: Schema inferred via [infers-jsonschema](https://github.com/Stranger6667/infers-jsonschema) diff --git a/crates/jsonschema-py/BENCHMARKS.md b/crates/jsonschema-py/BENCHMARKS.md index 2e45faa7..099c4beb 100644 --- a/crates/jsonschema-py/BENCHMARKS.md +++ b/crates/jsonschema-py/BENCHMARKS.md @@ -33,7 +33,7 @@ $ pytest benches/bench.py | Fast | From fastjsonschema benchmarks (valid/invalid) | 595 B | 55 B / 60 B | Sources: -- OpenAPI: [Zuora](https://github.com/APIs-guru/openapi-directory/blob/master/APIs/zuora.com/2021-04-23/openapi.yaml), [Schema](https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.0/schema.json) +- OpenAPI: [Zuora](https://github.com/APIs-guru/openapi-directory/blob/1afd351ddf50e050acdb52937a819ef1927f417a/APIs/zuora.com/2021-04-23/openapi.yaml), [Schema](https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v3.0/schema.json) - Swagger: [Kubernetes](https://raw.githubusercontent.com/APIs-guru/openapi-directory/master/APIs/kubernetes.io/v1.10.0/swagger.yaml), [Schema](https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v2.0/schema.json) - GeoJSON: [Schema](https://geojson.org/schema/FeatureCollection.json) - CITM: Schema inferred via [infers-jsonschema](https://github.com/Stranger6667/infers-jsonschema)