Skip to content

Commit

Permalink
README.md: fix examples links
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Oct 27, 2024
1 parent 15f89a3 commit e552bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ assert_eq!(doc.select("div.content > p").length(), 4);
```
</details>

**[more examples](./examples/)**
**[dom_query by example](https://github.com/niklak/dom_query/wiki/dom_query-by-Example)**
- **[more examples](./examples/)**
- **[dom_query by example](https://github.com/niklak/dom_query/wiki/dom_query-by-Example)**



Expand Down

0 comments on commit e552bd3

Please sign in to comment.