Skip to content

Commit 2dff682

Browse files
committed
fix links
1 parent 278bb38 commit 2dff682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`jdiff` is a lightweight Python library allowing you to examine structured data. `jdiff` provides an interface to intelligently compare JSON data objects and test for the presence (or absence) of keys. You can also examine and compare corresponding key-values.
44

5-
The library heavily relies on [JMESPath](https://jmespath.org/) for traversing the JSON object and finding the values to be evaluated. More on that [here](#customized-jmespath).
5+
The library heavily relies on [JMESPath](https://jmespath.org/) for traversing the JSON object and finding the values to be evaluated. More on that [here](architecture/#customized-jmespath).
66

77
## Getting Started
88

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,4 +606,4 @@ Can you guess what would be the outcome for an `int`, `float` operator?
606606
False)
607607
```
608608

609-
See [test](./tests) folder for more examples.
609+
See `tests` folder in the repo for more examples.

0 commit comments

Comments
 (0)