Skip to content

Commit d8cdd61

Browse files
committed
fix link
1 parent a9581af commit d8cdd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-07-01-parallel-schema-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The last keywords to run are `unevaluatedItems` and `unevaluatedProperties`. Th
6363

6464
For those who wish to see what this ended up looking like, the issue where I tracking this process is [here](https://github.com/gregsdennis/json-everything/issues/480) and the final result of the branch is [here](https://github.com/gregsdennis/json-everything/tree/schema/async). (Maybe someone looking at the changes can find somewhere I went wrong. Additional eyes are always welcome.)
6565

66-
Once I moved everything over to [async function calls](/posts/2023-06-16-json-schema-async), I started on the parallelization journey by updating `AllOfKeyword` for subschema parallelization. In doing this, I ran into my first conundrum.
66+
Once I moved everything over to [async function calls](/posts/json-schema-async), I started on the parallelization journey by updating `AllOfKeyword` for subschema parallelization. In doing this, I ran into my first conundrum.
6767

6868
### The evaluation context
6969

0 commit comments

Comments
 (0)